diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 46f02df..986aed2 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@d632683dd7b4114ad314bca15554477dd762a938 # pin@v2 + - uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030 # pin@v2 - name: Detect release type run: |- if [[ "${{github.ref}}" == "refs/heads/master" ]]; then