diff --git a/.github/workflows/Deploy-PR.yml b/.github/workflows/Deploy-PR.yml index 935c185..271f171 100644 --- a/.github/workflows/Deploy-PR.yml +++ b/.github/workflows/Deploy-PR.yml @@ -8,7 +8,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: persist-credentials: false # NOTE: Python is necessary for the pre-rendering (minification) step diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index b72dc89..f0c9d2d 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -11,7 +11,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: persist-credentials: false # NOTE: Python is necessary for the pre-rendering (minification) step