Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 2.0.5 to 2.0.7
Browse files Browse the repository at this point in the history
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.5 to 2.0.7.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@69320db...fb2d031)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent 1fd76ae commit 7f0a174
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-cni-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- if: needs.meta.outputs.mode == 'release'
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
uses: softprops/action-gh-release@fb2d03176f42a1f0dd433ca263f314051d3edd44
with:
name: cni-plugin ${{ needs.meta.outputs.version }}
2 changes: 1 addition & 1 deletion .github/workflows/release-proxy-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- if: needs.meta.outputs.mode == 'release'
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
uses: softprops/action-gh-release@fb2d03176f42a1f0dd433ca263f314051d3edd44
with:
name: proxy-init ${{ needs.meta.outputs.version }}
2 changes: 1 addition & 1 deletion .github/workflows/release-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- run: find "$RUNNER_TEMP"/artifacts -type f -ls
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- if: needs.meta.outputs.mode == 'release'
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
uses: softprops/action-gh-release@fb2d03176f42a1f0dd433ca263f314051d3edd44
with:
name: validator ${{ needs.meta.outputs.version }}
files: ${{ runner.temp }}/artifacts/**/*

0 comments on commit 7f0a174

Please sign in to comment.