Skip to content

Commit 669bb1f

Browse files
chore(deps): bump softprops/action-gh-release from 2.3.4 to 2.4.1 (#12207)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.3.4 to 2.4.1. - [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@62c96d0...6da8fa9) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: grandizzy <[email protected]>
1 parent 8be156d commit 669bb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
268268
# Creates the release for this specific version
269269
- name: Create release
270-
uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4
270+
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
271271
with:
272272
name: ${{ needs.prepare.outputs.release_name }}
273273
tag_name: ${{ needs.prepare.outputs.tag_name }}
@@ -282,7 +282,7 @@ jobs:
282282
# tagged `nightly` for compatibility with `foundryup`
283283
- name: Update nightly release
284284
if: ${{ env.IS_NIGHTLY == 'true' }}
285-
uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4
285+
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
286286
with:
287287
name: "Nightly"
288288
tag_name: "nightly"

0 commit comments

Comments
 (0)