diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 0b2dd92..6884151 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -10,7 +10,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 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 566e099..9e5e939 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@v5 + uses: actions/checkout@v6 with: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }}