Skip to content

Commit f8ad67f

Browse files
CI(deps): Update softprops/action-gh-release action to v2.3.3 (OSGeo#6332)
1 parent c404e42 commit f8ad67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release_draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
sha256sum ${{ env.GRASS }}.tar.xz > ${{ env.GRASS }}.tar.xz.sha256
7676
- name: Publish draft distribution to GitHub (for tags only)
7777
if: startsWith(github.ref, 'refs/tags/')
78-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
78+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
7979
with:
8080
name: GRASS ${{ github.ref_name }}
8181
body: |

0 commit comments

Comments
 (0)