Skip to content

Commit 0ef9fc1

Browse files
committed
fix(ci): Update the referenced versions of the action steps
1 parent 033e56d commit 0ef9fc1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-book.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
pages: write
1717
id-token: write
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- name: Set up Python
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version-file: '.python-version'
2525
cache: pip
@@ -44,11 +44,11 @@ jobs:
4444
jupyter-book build .
4545
4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v3
47+
uses: actions/upload-pages-artifact@v4
4848
with:
4949
path: "_build/html"
5050

5151
- name: Deploy to GitHub Pages
5252
id: deployment
53-
uses: actions/deploy-pages@v4
53+
uses: actions/deploy-pages@v5
5454

0 commit comments

Comments
 (0)