From e42d047a7cff21aca2a357d6797559517f71a1a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:11:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to eef6144 --- .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 986aed23..a604a975 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@6b42224f41ee5dfe5395e27c8b2746f1f9955030 # pin@v2 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # pin@v2 - name: Detect release type run: |- if [[ "${{github.ref}}" == "refs/heads/master" ]]; then