diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c9f17f9..10d91c7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Configure GitHub Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Setup Bun uses: oven-sh/setup-bun@v2