From 9478e4d2ce41df98f77f18c0044dfb0d3c216109 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:52:21 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to a5ac7e5 --- .github/workflows/cleanup-test-release.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cleanup-test-release.yml b/.github/workflows/cleanup-test-release.yml index d41cd9e..63ad5c7 100644 --- a/.github/workflows/cleanup-test-release.yml +++ b/.github/workflows/cleanup-test-release.yml @@ -17,7 +17,7 @@ jobs: clean: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: delete test-release for closed pr if: always() run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b980dad..14571e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: cleanup: runs-on: ubuntu-latest steps: - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: delete test-release run: | echo ${{ github.token }} | gh auth login --with-token @@ -32,7 +32,7 @@ jobs: - uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1 with: access_token: ${{ github.token }} - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - id: image-build uses: ./ with: