diff --git a/.github/workflows/build-chulapa-gh-pages.yml b/.github/workflows/build-chulapa-gh-pages.yml index cdab2d15..fe1f08dc 100644 --- a/.github/workflows/build-chulapa-gh-pages.yml +++ b/.github/workflows/build-chulapa-gh-pages.yml @@ -45,7 +45,7 @@ jobs: working-directory: '.' # Default directory of the site, change it to 'docs' if the site is hosted in (e.g.) 'docs' folder - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build with Jekyll # Outputs to the './_site' directory by default run: | diff --git a/.github/workflows/push_to_branch.yml b/.github/workflows/push_to_branch.yml index 195270a2..d40fe740 100644 --- a/.github/workflows/push_to_branch.yml +++ b/.github/workflows/push_to_branch.yml @@ -39,7 +39,7 @@ jobs: working-directory: '.' # Default directory of the site, change it to 'docs' if the site is hosted in (e.g.) 'docs' folder - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build with Jekyll # Outputs to the './_site' directory by default run: |