diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 49132de..3cbbba2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build Jekyll site run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" @@ -38,7 +38,7 @@ jobs: JEKYLL_ENV: production - name: Upload Pages artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 deploy: # Guard: only deploy from main, even when triggered via workflow_dispatch @@ -55,4 +55,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5