Skip to content

Commit 86c2bc2

Browse files
Update softprops/action-gh-release action to v3 (#98)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7fddc55 commit 86c2bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout code
11-
uses: softprops/action-gh-release@v2
11+
uses: softprops/action-gh-release@v3
1212
if: startsWith(github.ref, 'refs/tags/')
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)