From ddca0f919475f82f341ded7b907649f2d300a750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:28:26 +0000 Subject: [PATCH] Update actions/checkout digest to b4ffde6 --- .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 69774aab..a8ef09d7 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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 44d970ec..7e63bdc2 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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install tar for caching run: apk update && apk add tar