From ef5514b55fee281673ed9e95c64f7192fa9c4786 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:09:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 692973e (#43) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f4d60e9..bacff99 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: HUGO_VERSION: 0.121.1 steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install devbox uses: jetpack-io/devbox-install-action@a03caf5813591bc882139eba6ae947930a83a427 # v0.11.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92ca16b..2dcffb5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Install devbox uses: jetpack-io/devbox-install-action@a03caf5813591bc882139eba6ae947930a83a427 # v0.11.0