ci: bump action-gh-release to 2.0.1 (#1426)

Update resolves Node deprecation warnings from GHA.
This commit is contained in:
Clement Tsang 2024-03-09 22:24:14 -05:00 committed by GitHub
parent 32e04778dd
commit 8919ae37d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 }}