From 7b6d8f7e434748838cbc6dd907ce52de7193cf4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:40:07 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 6b42224 --- .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 46f02df0..986aed23 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