From cb1030ca743e48cd5be94f891cbb521e552fbd19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 21:43:08 +0800 Subject: [PATCH] chore(deps): update actions/checkout digest to 0ad4b8f (#83) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish-github-release.yml | 2 +- .github/workflows/publish-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-github-release.yml b/.github/workflows/publish-github-release.yml index 8807105..d957ff2 100644 --- a/.github/workflows/publish-github-release.yml +++ b/.github/workflows/publish-github-release.yml @@ -15,7 +15,7 @@ jobs: contents: write steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: ssh-key: "${{secrets.SSH_KEY}}" diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index a29698c..6653d02 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Docker Setup QEMU uses: docker/setup-qemu-action@a318853e1ca0aed974d9a86aa6c4e88629b35508