File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Check out the repository
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
16
16
- name : Run Labeler
17
17
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Check out the repository
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 0
21
21
80
80
81
81
steps :
82
82
- name : Check out repository
83
- uses : actions/checkout@v4
83
+ uses : actions/checkout@v5
84
84
with :
85
85
fetch-depth : 0
86
86
@@ -129,7 +129,7 @@ jobs:
129
129
SYSTEM_VERSION_COMPAT : 0 # https://github.com/actions/setup-python/issues/469#issuecomment-1192522949
130
130
steps :
131
131
- name : Check out repository
132
- uses : actions/checkout@v4
132
+ uses : actions/checkout@v5
133
133
with :
134
134
fetch-depth : 0
135
135
@@ -171,7 +171,7 @@ jobs:
171
171
SYSTEM_VERSION_COMPAT : 0 # https://github.com/actions/setup-python/issues/469#issuecomment-1192522949
172
172
steps :
173
173
- name : Check out repository
174
- uses : actions/checkout@v4
174
+ uses : actions/checkout@v5
175
175
with :
176
176
fetch-depth : 0
177
177
Original file line number Diff line number Diff line change 53
53
54
54
steps :
55
55
- name : Check out the repository
56
- uses : actions/checkout@v4
56
+ uses : actions/checkout@v5
57
57
with :
58
58
fetch-depth : 1
59
59
@@ -126,7 +126,7 @@ jobs:
126
126
needs : tests
127
127
steps :
128
128
- name : Check out the repository
129
- uses : actions/checkout@v4
129
+ uses : actions/checkout@v5
130
130
131
131
- name : Set up Python
132
132
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments