File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@v3
11
- - uses : actions/setup-python@v3
12
- - uses : pre-commit/action@v2 .0.3
11
+ - uses : actions/setup-python@v4
12
+ - uses : pre-commit/action@v3 .0.0
Original file line number Diff line number Diff line change 26
26
- uses : actions/checkout@v3
27
27
28
28
- name : Python setup
29
- uses : actions/setup-python@v3
29
+ uses : actions/setup-python@v4
30
30
with :
31
31
python-version : ${{ matrix.python-version }}
32
32
84
84
- uses : actions/checkout@v3
85
85
86
86
- name : Python setup
87
- uses : actions/setup-python@v3
87
+ uses : actions/setup-python@v4
88
88
with :
89
89
python-version : ${{ matrix.python-version }}
90
90
@@ -136,7 +136,7 @@ jobs:
136
136
- uses : actions/checkout@v3
137
137
138
138
- name : Python setup
139
- uses : actions/setup-python@v3
139
+ uses : actions/setup-python@v4
140
140
with :
141
141
python-version : ${{ matrix.python-version }}
142
142
@@ -176,7 +176,7 @@ jobs:
176
176
- uses : actions/checkout@v3
177
177
178
178
- name : Python setup
179
- uses : actions/setup-python@v3
179
+ uses : actions/setup-python@v4
180
180
with :
181
181
python-version : ${{ matrix.python-version }}
182
182
You can’t perform that action at this time.
0 commit comments