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