File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
12
12
steps :
13
13
- name : Checkout repository
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4 # Updated to latest version
15
15
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5 # Updated to latest version
18
18
with :
19
19
python-version : ' 3.x'
20
20
@@ -27,10 +27,10 @@ jobs:
27
27
mkdocs build
28
28
29
29
- name : Setup Pages
30
- uses : actions/configure-pages@v3
30
+ uses : actions/configure-pages@v4 # Updated to latest version
31
31
32
32
- name : Upload artifact
33
- uses : actions/upload-pages-artifact@v1
33
+ uses : actions/upload-pages-artifact@v2 # Updated to latest version
34
34
with :
35
35
path : ./site
36
36
50
50
steps :
51
51
- name : Deploy to GitHub Pages
52
52
id : deployment
53
- uses : actions/deploy-pages@v2
53
+ uses : actions/deploy-pages@v3 # Updated to latest version
You can’t perform that action at this time.
0 commit comments