Skip to content

Commit 0bbf664

Browse files
committed
Merge branch 'main' into development
2 parents eaa473c + 729e0aa commit 0bbf664

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/static.yml

+4-4
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,11 +61,11 @@ 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'
6868

6969
- name: Deploy to GitHub Pages
7070
id: deployment
71-
uses: actions/deploy-pages@v2
71+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)