Skip to content

Commit f466bc4

Browse files
TrevorAustinclaude
andcommitted
bump GitHub Actions to Node.js 24-compatible versions
checkout v4→v6, setup-python v5→v6, upload-pages-artifact v3→v4, deploy-pages v4→v5. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3a8b5be commit f466bc4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
22-
- uses: actions/setup-python@v5
21+
- uses: actions/checkout@v6
22+
- uses: actions/setup-python@v6
2323
with:
2424
python-version: "3.12"
2525
- run: pip install -r requirements.txt
2626
- run: python build.py --base-url "/${{ github.event.repository.name }}"
27-
- uses: actions/upload-pages-artifact@v3
27+
- uses: actions/upload-pages-artifact@v4
2828
with:
2929
path: _site
3030

@@ -36,4 +36,4 @@ jobs:
3636
url: ${{ steps.deployment.outputs.page_url }}
3737
steps:
3838
- id: deployment
39-
uses: actions/deploy-pages@v4
39+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)