File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Set up Python
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : 3.8
19
19
@@ -28,10 +28,10 @@ jobs:
28
28
needs : setup
29
29
steps :
30
30
- name : Checkout code
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
33
33
- name : Set up Python
34
- uses : actions/setup-python@v4
34
+ uses : actions/setup-python@v5
35
35
with :
36
36
python-version : 3.8
37
37
@@ -55,10 +55,10 @@ jobs:
55
55
needs : build
56
56
steps :
57
57
- name : Checkout code
58
- uses : actions/checkout@v3
58
+ uses : actions/checkout@v4
59
59
60
60
- name : Set up Python
61
- uses : actions/setup-python@v4
61
+ uses : actions/setup-python@v5
62
62
with :
63
63
python-version : 3.8
64
64
@@ -82,10 +82,10 @@ jobs:
82
82
if : github.ref == 'refs/heads/main'
83
83
steps :
84
84
- name : Checkout code
85
- uses : actions/checkout@v3
85
+ uses : actions/checkout@v4
86
86
87
87
- name : Set up Python
88
- uses : actions/setup-python@v4
88
+ uses : actions/setup-python@v5
89
89
with :
90
90
python-version : 3.8
91
91
You can’t perform that action at this time.
0 commit comments