Skip to content

Commit

Permalink
ci: bump action-gh-release to 2.0.1 (#1426)
Browse files Browse the repository at this point in the history
Update resolves Node deprecation warnings from GHA.
  • Loading branch information
ClementTsang authored Mar 10, 2024
1 parent 32e0477 commit 8919ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
du -h -d 0 ./release/*
- name: Create release and add release files
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # 0.1.15
uses: softprops/action-gh-release@20e085ccc73308c2c8e43ab8da4f8d7ecbb94d4e # 2.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: github.event.inputs.isMock != 'mock'

- name: Add all release files and create nightly release if not mock
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # 0.1.15
uses: softprops/action-gh-release@20e085ccc73308c2c8e43ab8da4f8d7ecbb94d4e # 2.0.1
if: github.event.inputs.isMock != 'mock'
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8919ae3

Please sign in to comment.