File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v5
25
25
26
26
- name : Set Node.js 16.x
27
27
Original file line number Diff line number Diff line change 15
15
test :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v5
19
19
- uses : actions/setup-python@v4
20
20
with :
21
21
python-version : " >=3.8"
29
29
test-poetry-branch :
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v5
33
33
- uses : actions/setup-python@v4
34
34
with :
35
35
python-version : " >=3.8"
45
45
test-poetry :
46
46
runs-on : ubuntu-latest
47
47
steps :
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v5
49
49
- uses : actions/setup-python@v4
50
50
with :
51
51
python-version : " >=3.8"
60
60
test-baseurl :
61
61
runs-on : ubuntu-latest
62
62
steps :
63
- - uses : actions/checkout@v3
63
+ - uses : actions/checkout@v5
64
64
- uses : actions/setup-python@v4
65
65
with :
66
66
python-version : " >=3.8"
75
75
test-modules-poetry :
76
76
runs-on : ubuntu-latest
77
77
steps :
78
- - uses : actions/checkout@v3
78
+ - uses : actions/checkout@v5
79
79
- uses : actions/setup-python@v4
80
80
with :
81
81
python-version : " >=3.8"
@@ -101,7 +101,7 @@ jobs:
101
101
test-modules :
102
102
runs-on : ubuntu-latest
103
103
steps :
104
- - uses : actions/checkout@v3
104
+ - uses : actions/checkout@v5
105
105
- uses : actions/setup-python@v4
106
106
with :
107
107
python-version : " >=3.8"
You can’t perform that action at this time.
0 commit comments