Skip to content

Commit 686ce5e

Browse files
Update softprops/action-gh-release digest to 5be0e66
1 parent 9d6f733 commit 686ce5e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Upload assets from main branch
5656
if: steps.branch-names.outputs.current_branch == 'main'
57-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2
57+
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2
5858
with:
5959
name: v${{ env.VERSION }}
6060
tag_name: v${{ env.VERSION }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
git push origin main
7070
7171
- name: Upload assets
72-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2
72+
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2
7373
with:
7474
name: v${{ env.VERSION }}
7575
tag_name: v${{ env.VERSION }}

0 commit comments

Comments
 (0)