diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 37ffeeba..938f5384 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - name: Cancel workflow when build fails if: steps.wait-for-build.outputs.conclusion == 'failure' run: echo "Build failed, skipping deploy" && exit 1 - - uses: actions/checkout@43045ae669be728bd34ed56fcd1a230c0dc4d8e2 # pin@v2 + - uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f # pin@v2 - name: Detect release type run: |- if [[ "${{github.ref}}" == "refs/heads/master" ]]; then