diff --git a/.github/workflows/site-deploy.yaml b/.github/workflows/site-deploy.yaml index e00d48d..c34ff7d 100644 --- a/.github/workflows/site-deploy.yaml +++ b/.github/workflows/site-deploy.yaml @@ -11,12 +11,12 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout repository" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 - name: "Install, build, and upload your site" - uses: withastro/action@877fd7e5cf5dc5d213f6701c790972aa25452ad3 # v2.0.1 + uses: withastro/action@44cbafd43567733e3b007918c6e0711480560516 # v3.0.0 deploy: if: ${{ github.ref == 'refs/heads/main' }}