diff options
author | Clement Tsang <34804052+ClementTsang@users.noreply.github.com> | 2024-03-09 22:24:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-09 22:24:14 -0500 |
commit | 8919ae37d79263af9bb70f0114e9320b6903eb07 (patch) | |
tree | 67221daf8851f4db0c753d917a3141ff95733f5a | |
parent | 32e04778dd281d114784ff8ee2d34a1238241db1 (diff) |
ci: bump action-gh-release to 2.0.1 (#1426)
Update resolves Node deprecation warnings from GHA.
-rw-r--r-- | .github/workflows/deployment.yml | 2 | ||||
-rw-r--r-- | .github/workflows/nightly.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index a84b78cd..6c31c856 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -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 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index bddc03f2..d8cf656e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 }} |