diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index cb89814..4eab962 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -10,7 +10,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false # NOTE: Python is necessary for the pre-rendering (minification) step diff --git a/.github/workflows/Preview.yml b/.github/workflows/Preview.yml index a4bcc19..2a91ade 100644 --- a/.github/workflows/Preview.yml +++ b/.github/workflows/Preview.yml @@ -11,7 +11,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }}