File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
pull-requests : write
15
15
steps :
16
16
- name : Check out the repository
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Run Labeler
20
20
uses : crazy-max/ghaction-github-labeler@v4.2.0
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Check out the repository
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 2
22
22
Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- name : Check out the repository
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
40
40
- name : Set up Python ${{ matrix.python }}
41
41
uses : actions/setup-python@v4.6.1
@@ -114,7 +114,7 @@ jobs:
114
114
needs : tests
115
115
steps :
116
116
- name : Check out the repository
117
- uses : actions/checkout@v3
117
+ uses : actions/checkout@v4
118
118
119
119
- name : Set up Python
120
120
uses : actions/setup-python@v4.6.1
You can’t perform that action at this time.
0 commit comments