File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Python ${{ matrix.python-version }}
21
- uses : actions/setup-python@v2
21
+ uses : actions/setup-python@v4
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
- name : Install dependencies
Original file line number Diff line number Diff line change 12
12
SKIP : no-commit-to-branch
13
13
steps :
14
14
- uses : actions/checkout@v3
15
- - uses : actions/setup-python@v2
15
+ - uses : actions/setup-python@v4
16
16
-
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 21
21
with :
22
22
fetch-depth : 0
23
23
- name : Set up Python
24
- uses : actions/setup-python@v2
24
+ uses : actions/setup-python@v4
25
25
with :
26
26
python-version : 3.9
27
27
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments