We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c212f commit 1eaf3e8Copy full SHA for 1eaf3e8
1 file changed
.github/workflows/deploy-mkdocs.yml
@@ -19,12 +19,12 @@ jobs:
19
build:
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
23
with:
24
fetch-depth: 0
25
26
- name: Setup Python
27
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
28
29
python-version: '3.x'
30
@@ -37,7 +37,7 @@ jobs:
37
mkdocs build --strict
38
39
- name: Upload Pages artifact
40
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
41
42
path: ./site
43
@@ -51,4 +51,4 @@ jobs:
51
52
- name: Deploy to GitHub Pages
53
id: deployment
54
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments