Skip to content

Commit 547e390

Browse files
chore(deps): update softprops/action-gh-release action to v3
1 parent 97959c4 commit 547e390

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Attach to GitHub Release
9797
env:
9898
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
99+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
100100
with:
101101
files: |
102102
dist/charon-${{ env.RELEASE_VERSION }}-linux-amd64.tar.gz

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: go run testutil/genchangelog/main.go
2626

2727
- name: Create GitHub release draft
28-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
28+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
2929
with:
3030
draft: true
3131
files: cli-reference.txt

0 commit comments

Comments
 (0)