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 53
53
python-version : ' 3.13'
54
54
55
55
steps :
56
- - uses : actions/checkout@v4
56
+ - uses : actions/checkout@v5
57
57
58
58
- name : Set up Python ${{ matrix.python-version }}
59
59
uses : actions/setup-python@v5
@@ -111,7 +111,7 @@ jobs:
111
111
- ' mypy'
112
112
113
113
steps :
114
- - uses : actions/checkout@v4
114
+ - uses : actions/checkout@v5
115
115
116
116
- name : Set up Python
117
117
uses : actions/setup-python@v5
@@ -150,7 +150,7 @@ jobs:
150
150
runs-on : ubuntu-latest
151
151
152
152
steps :
153
- - uses : actions/checkout@v4
153
+ - uses : actions/checkout@v5
154
154
with :
155
155
fetch-depth : 0
156
156
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@v4
14
+ - uses : actions/checkout@v5
15
15
with :
16
16
fetch-depth : 0
17
17
You can’t perform that action at this time.
0 commit comments