Skip to content

Commit 0d63659

Browse files
authored
Merge pull request #1077 from faergeek/renovate/softprops-action-gh-release-3.x
chore(deps): update softprops/action-gh-release action to v3
2 parents 35f6aea + 1d22de2 commit 0d63659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run_install: true
2424
- uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4
2525
- run: pnpm exec git-cliff --current --strip all -o /tmp/release-notes.md
26-
- uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2
26+
- uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
2727
with:
2828
body_path: /tmp/release-notes.md
2929
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)