File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 52
52
python-version : ' 3.11'
53
53
54
54
steps :
55
- - uses : actions/checkout@v2
55
+ - uses : actions/checkout@v4
56
56
57
57
- name : Set up Python ${{ matrix.python-version }}
58
58
uses : actions/setup-python@v2
@@ -116,7 +116,7 @@ jobs:
116
116
- ' mypy'
117
117
118
118
steps :
119
- - uses : actions/checkout@v2
119
+ - uses : actions/checkout@v4
120
120
121
121
- name : Set up Python
122
122
uses : actions/setup-python@v2
@@ -155,7 +155,7 @@ jobs:
155
155
runs-on : ubuntu-latest
156
156
157
157
steps :
158
- - uses : actions/checkout@v2
158
+ - uses : actions/checkout@v4
159
159
with :
160
160
fetch-depth : 0
161
161
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
You can’t perform that action at this time.
0 commit comments