diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 5fa0cc9..e490e43 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -14,11 +14,11 @@ jobs: steps: - name: Check-out (Production) - uses: actions/checkout@v6 + uses: actions/checkout@v7 if: github.event_name == 'push' - name: Check-out (Staging) - uses: actions/checkout@v6 + uses: actions/checkout@v7 if: github.event_name == 'pull_request_target' with: ref: ${{ github.event.pull_request.head.sha }}