Skip to content

Commit

Permalink
chore(deps): bump cloudposse/github-action-matrix-outputs-write (#207)
Browse files Browse the repository at this point in the history
Bumps [cloudposse/github-action-matrix-outputs-write](https://github.com/cloudposse/github-action-matrix-outputs-write) from 0.5.0 to 1.0.0.
- [Release notes](https://github.com/cloudposse/github-action-matrix-outputs-write/releases)
- [Commits](cloudposse/github-action-matrix-outputs-write@0.5.0...1.0.0)

---
updated-dependencies:
- dependency-name: cloudposse/github-action-matrix-outputs-write
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 29, 2024
1 parent 83563af commit 2ab1f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bechmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "diff<<EOF" >> $GITHUB_OUTPUT && echo "$OUTPUT" >> $GITHUB_OUTPUT && echo "EOF" >> $GITHUB_OUTPUT
- name: Save benchmark results
uses: cloudposse/github-action-matrix-outputs-write@0.5.0
uses: cloudposse/github-action-matrix-outputs-write@1.0.0
if: steps.bench.outputs.diff != ''
with:
matrix-step-name: ${{ github.job }}
Expand Down

0 comments on commit 2ab1f3f

Please sign in to comment.