File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
with :
32
32
path : main
33
33
34
34
- name : Clone autils repo
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
with :
37
37
repository : avocado-framework/aautils
38
38
path : resources/autils
48
48
run : cp -r resources/autils/metadata/**/*.yml main/_data/autils/
49
49
50
50
- name : Set up Python
51
- uses : actions/setup-python@v2
51
+ uses : actions/setup-python@v5
52
52
with :
53
53
python-version : ' 3.x'
54
54
62
62
run : python main/scripts/deployavatar.py
63
63
64
64
- name : Setup Pages
65
- uses : actions/configure-pages@v3
65
+ uses : actions/configure-pages@v5
66
66
67
67
- name : Build with Jekyll
68
68
uses : actions/jekyll-build-pages@v1
71
71
destination : main/_site
72
72
73
73
- name : Upload artifact
74
- uses : actions/upload-pages-artifact@v1
74
+ uses : actions/upload-pages-artifact@v3
75
75
with :
76
76
path : main/_site/
77
77
85
85
steps :
86
86
- name : Deploy to GitHub Pages
87
87
id : deployment
88
- uses : actions/deploy-pages@v2
88
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments