File tree 1 file changed +12
-11
lines changed
1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
check-elements :
13
+ name : Check Element
13
14
runs-on : ubuntu-latest
14
15
steps :
15
16
- name : Checkout
16
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
17
18
- name : Install node
18
- uses : actions/setup-node@v1
19
+ uses : actions/setup-node@v4
19
20
with :
20
- node-version : ' 18 .x'
21
+ node-version : ' 21 .x'
21
22
- name : Install Python
22
- uses : actions/setup-python@v2
23
+ uses : actions/setup-python@v5
23
24
with :
24
- python-version : ' 3.9 '
25
+ python-version : ' 3.11 '
25
26
architecture : ' x64'
26
27
- name : Install dependencies
27
28
run :
45
46
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
46
47
python3 $GITHUB_WORKSPACE/test/test.py
47
48
48
- - uses : actions/upload-artifact@v2
49
+ - uses : actions/upload-artifact@v4
49
50
with :
50
51
name : artifact
51
52
path : ' ./*.png'
@@ -55,15 +56,15 @@ jobs:
55
56
runs-on : ubuntu-latest
56
57
steps :
57
58
- name : Checkout
58
- uses : actions/checkout@v2
59
+ uses : actions/checkout@v4
59
60
- name : Install node
60
- uses : actions/setup-node@v1
61
+ uses : actions/setup-node@v4
61
62
with :
62
- node-version : ' 18 .x'
63
+ node-version : ' 21 .x'
63
64
- name : Install Python
64
- uses : actions/setup-python@v2
65
+ uses : actions/setup-python@v5
65
66
with :
66
- python-version : ' 3.9 '
67
+ python-version : ' 3.11 '
67
68
architecture : ' x64'
68
69
- name : Install dependencies
69
70
run :
You can’t perform that action at this time.
0 commit comments