summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-08-10 09:12:25 +0200
committerGitHub <noreply@github.com>2021-08-10 09:12:25 +0200
commit3a7de8e40ffe3b93cd6db9158946832917bc0e48 (patch)
treea96d0e2fd76bcca7fe1d41e605f893debb8598ff /.github
parentf7e416bc7fbb8b1bc17e180d5aeb2e4f00256bea (diff)
build: pin softprops/action-gh-release (#11622)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c9d98b524..85ca0c1d7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -557,7 +557,7 @@ jobs:
gsutil cp release-latest.txt gs://dl.deno.land/release-latest.txt
- name: Upload release to GitHub
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@59c3b4891632ff9a897f99a91d7bc557467a3a22
if: |
matrix.kind == 'test' &&
matrix.profile == 'release' &&