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