Skip to content

Commit 6e8fcfe

Browse files
author
kylening
committed
Update GitHub Pages actions to Node 24 versions
1 parent 1fe6779 commit 6e8fcfe

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v7
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: "3.13"
2929
cache: pip
@@ -35,10 +35,10 @@ jobs:
3535
run: mkdocs build --strict
3636

3737
- name: Configure GitHub Pages
38-
uses: actions/configure-pages@v5
38+
uses: actions/configure-pages@v6
3939

4040
- name: Upload Pages artifact
41-
uses: actions/upload-pages-artifact@v3
41+
uses: actions/upload-pages-artifact@v5
4242
with:
4343
path: site
4444

@@ -51,5 +51,4 @@ jobs:
5151
steps:
5252
- name: Deploy to GitHub Pages
5353
id: deployment
54-
uses: actions/deploy-pages@v4
55-
54+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)