Skip to content

Commit ff5c569

Browse files
authored
Update action versons static.yml
1 parent 9bbdd7b commit ff5c569

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/static.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535
- name: Set up Python
36-
uses: actions/setup-python@v4
36+
uses: actions/setup-python@v5
3737
with:
3838
python-version: 3.9
3939

@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/configure-pages@v3
6262

6363
- name: Upload artifact
64-
uses: actions/upload-pages-artifact@v2
64+
uses: actions/upload-pages-artifact@v3
6565
with:
6666
# Upload just docs
6767
path: 'docs/sphinx/build/html'

0 commit comments

Comments
 (0)