From 5a9bc0889f7468e4ee7ec2638d433cb8011bf6f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:53:14 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 1d96c77 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b366b46c..8b407a56 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@cd7d8d697e10461458bc61a30d094dc601a8b017 # pin@v2 + - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # pin@v2 - name: Detect release type run: |- if [[ "${{github.ref}}" == "refs/heads/master" ]]; then