Skip to content

Commit 926c78a

Browse files
committed
Deprecated GitHub Actions
1 parent 196888b commit 926c78a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
id-token: write
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
# Install dependencies
2121
- name: Set up Python 3.12
@@ -33,7 +33,7 @@ jobs:
3333
# execute:
3434
# execute_notebooks: cache
3535
- name: cache executed notebooks
36-
uses: actions/cache@v3
36+
uses: actions/cache@v4
3737
with:
3838
path: _build/.jupyter_cache
3939
key: jupyter-book-cache-${{ hashFiles('requirements.txt') }}
@@ -46,11 +46,11 @@ jobs:
4646
4747
# Upload the book's HTML as an artifact
4848
- name: Upload artifact
49-
uses: actions/upload-pages-artifact@v2
49+
uses: actions/upload-pages-artifact@v3
5050
with:
5151
path: "jupyter/_build/html"
5252

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

0 commit comments

Comments
 (0)