Skip to content

Commit 95b9628

Browse files
chore(deps): update softprops/action-gh-release action to v2 (#283)
| datasource | package | from | to | | ----------- | --------------------------- | ---- | ------ | | github-tags | softprops/action-gh-release | v1 | v2.0.5 |
1 parent 213f4f6 commit 95b9628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
run: mv target/${{ matrix.target }}/release/stackablectl${{ matrix.file-suffix }} stackablectl-${{ matrix.target }}${{ matrix.file-suffix }}
5959

6060
- name: Upload Release Binary
61-
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
61+
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
6262
with:
6363
files: stackablectl-${{ matrix.target }}${{ matrix.file-suffix }}

0 commit comments

Comments
 (0)