From 31248d76b4bda6c49b8f9d2e2067dc7c0f60fff8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:43:29 +0000 Subject: [PATCH] Update actions/checkout digest to 0ad4b8f --- .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 de8da2e8..1016b91e 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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 20cb6492..3ea34f60 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Install tar for caching run: apk update && apk add tar