File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Checkout code
25
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
25
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
26
26
27
27
- name : Set up Python
28
28
uses : actions/setup-python@v5
52
52
run-async-tests : ${{ steps.check-conditions.outputs.run-async-tests }}
53
53
steps :
54
54
- name : Checkout code
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
with :
57
57
fetch-depth : 0
58
58
93
93
94
94
steps :
95
95
- name : Checkout code
96
- uses : actions/checkout@v4
96
+ uses : actions/checkout@v5
97
97
98
98
- name : Set up Python
99
99
uses : actions/setup-python@v5
@@ -152,7 +152,7 @@ jobs:
152
152
153
153
steps :
154
154
- name : Checkout code
155
- uses : actions/checkout@v4
155
+ uses : actions/checkout@v5
156
156
157
157
- name : Set up Python 3.9
158
158
uses : actions/setup-python@v5
@@ -194,7 +194,7 @@ jobs:
194
194
195
195
steps :
196
196
- name : Checkout code
197
- uses : actions/checkout@v4
197
+ uses : actions/checkout@v5
198
198
199
199
- name : Set up Python 3.9
200
200
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 10
10
name : Build and upload noarch (all platforms) package
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- name : Set up Python
28
28
uses : actions/setup-python@v5
29
29
with :
53
53
runs-on : ubuntu-latest
54
54
needs : deploy
55
55
steps :
56
- - uses : actions/checkout@v4
56
+ - uses : actions/checkout@v5
57
57
- uses : docker/setup-buildx-action@v3
58
58
- name : Log in to container registry
59
59
uses : docker/login-action@v3
Original file line number Diff line number Diff line change 14
14
python-version : [3.9, 3.12]
15
15
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- name : Set up Python ${{ matrix.python-version }}
19
19
uses : actions/setup-python@v5
20
20
with :
You can’t perform that action at this time.
0 commit comments