File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
python-version : [ '3.10' ]
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v4.1.1
21
21
22
22
- name : Set up Python
23
23
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout the repository and the branch
17
- uses : actions/checkout@v3.5.3
17
+ uses : actions/checkout@v4.1.1
18
18
19
19
- name : Set up Python
20
20
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 13
13
python-version : [ '3.10' ]
14
14
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v4.1.1
17
17
18
18
- name : Set up Python
19
19
uses : actions/setup-python@v4
35
35
python-version : [ '3.10' ]
36
36
37
37
steps :
38
- - uses : actions/checkout@v4
38
+ - uses : actions/checkout@v4.1.1
39
39
40
40
- name : Set up Python
41
41
uses : actions/setup-python@v4
58
58
python-version : [ '3.10' ]
59
59
60
60
steps :
61
- - uses : actions/checkout@v4
61
+ - uses : actions/checkout@v4.1.1
62
62
with :
63
63
persist-credentials : false
64
64
fetch-depth : 0
@@ -118,7 +118,7 @@ jobs:
118
118
python-version : [ '3.9' ]
119
119
120
120
steps :
121
- - uses : actions/checkout@v4
121
+ - uses : actions/checkout@v4.1.1
122
122
with :
123
123
persist-credentials : false
124
124
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments