From 04530d5c3f790e662dbd7a3a8ccf1b84a04e8bb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:19:25 +0000 Subject: [PATCH] Update actions/checkout digest to 11bd719 --- .github/workflows/deploy-website.yaml | 2 +- .github/workflows/test-website.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index 991fc259..cb63c604 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -11,7 +11,7 @@ jobs: container: jekyll/builder steps: - name: Checkout Repo - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install tar for caching run: apk update && apk add tar diff --git a/.github/workflows/test-website.yaml b/.github/workflows/test-website.yaml index e30fc019..270f9d92 100644 --- a/.github/workflows/test-website.yaml +++ b/.github/workflows/test-website.yaml @@ -14,7 +14,7 @@ jobs: container: jekyll/builder steps: - name: Checkout Repo - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install tar for caching run: apk update && apk add tar