diff --git a/.github/workflows/site-deploy.yaml b/.github/workflows/site-deploy.yaml index 4d6ac6c..4fa30cf 100644 --- a/.github/workflows/site-deploy.yaml +++ b/.github/workflows/site-deploy.yaml @@ -14,12 +14,12 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout repository" - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: fetch-depth: 0 - name: "Install, build, and upload your site" - uses: withastro/action@77fad83745446cf039d76af7037b782f1af80749 # v4.1.0 + uses: withastro/action@9811f9299d5d37ca0416ca85cee333c7c9485cd1 # v5.0.1 deploy: if: ${{ github.ref == 'refs/heads/main' }}