Skip to content

Commit 087065c

Browse files
committed
Upgrade Github actions
1 parent cb2b2e0 commit 087065c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pages: write
1515
id-token: write
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
# Install dependencies
2020
- name: Set up Python
@@ -45,11 +45,11 @@ jobs:
4545

4646
# Upload the book's HTML as an artifact
4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@v3
48+
uses: actions/upload-pages-artifact@v5
4949
with:
5050
path: _build/html
5151

5252
# Deploy the book's HTML to GitHub Pages
5353
- name: Deploy to GitHub Pages
5454
id: deployment
55-
uses: actions/deploy-pages@v4
55+
uses: actions/deploy-pages@v5

0 commit comments

Comments
 (0)