diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 872c962..af05323 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: # Computes the correct base URL - name: Configure Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 # BusyBox tar in Alpine doesn't support --hard-dereference; install GNU tar - name: Install tar