summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-01-01 00:23:11 -0500
committerGitHub <noreply@github.com>2023-01-01 00:23:11 -0500
commita4b5e38fd25ba52a4b3bb159c0f16229347c7f3c (patch)
treef3e33547d6c9fd6b32c3ea3190797e288b667f9d
parenta956d9e9a10de07596ef49d8885c2459f62e9560 (diff)
ci: update action-gh-release dependency (#946)
-rw-r--r--.github/workflows/deployment.yml2
-rw-r--r--.github/workflows/nightly.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml
index 1e713edd..679636cf 100644
--- a/.github/workflows/deployment.yml
+++ b/.github/workflows/deployment.yml
@@ -136,7 +136,7 @@ jobs:
du -h -d 0 ./release/*
- name: Upload all saved release files
- uses: softprops/action-gh-release@17cd0d34deddf848fc0e7d9be5202c148c270a0a # 0.1.14
+ uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # 0.1.15
with:
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 3c5a1ec5..c01f0f4f 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -72,7 +72,7 @@ jobs:
if: github.event.inputs.isMock != 'mock'
- name: Upload all saved release files if not mock
- uses: softprops/action-gh-release@17cd0d34deddf848fc0e7d9be5202c148c270a0a # 0.1.14
+ uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # 0.1.15
if: github.event.inputs.isMock != 'mock'
with:
token: ${{ secrets.GITHUB_TOKEN }}