From d0891d93d3a18eda557c28f1dde23c8aa8a90d9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 06:19:46 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 8459bc0 --- .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 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