diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 96eba8b..79fbf59 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: shell: bash -leo pipefail {0} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Pages uses: actions/configure-pages@v5