diff --git a/.github/workflows/site-deploy.yaml b/.github/workflows/site-deploy.yaml index c0de1c7..f34c6a0 100644 --- a/.github/workflows/site-deploy.yaml +++ b/.github/workflows/site-deploy.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout repository" - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: "Install dependencies" run: python -m pip install -r scripts/requirements.txt