diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index b72dc89..005b53d 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@v5 with: persist-credentials: false # NOTE: Python is necessary for the pre-rendering (minification) step