diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c9f17f9..c01378e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Configure GitHub Pages uses: actions/configure-pages@v5