File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
15
15
name : pre-commit Lint
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
with :
20
20
submodules : recursive
21
21
- name : Set up Python 3.10
22
22
uses : actions/setup-python@v4
23
23
with :
24
24
python-version : " 3.10"
25
- - uses : actions/cache@v2
25
+ - uses : actions/cache@v4
26
26
with :
27
27
path : ~/.cache/pip
28
28
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
70
70
uses : actions/setup-python@v4
71
71
with :
72
72
python-version : ${{ matrix.python-version }}
73
- - uses : actions/cache@v2
73
+ - uses : actions/cache@v4
74
74
with :
75
75
path : ~/.cache/pip
76
76
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
galaxy :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
submodules : recursive
19
19
- name : Set up Python ${{ matrix.python-version }}
20
- uses : actions/setup-python@v2
20
+ uses : actions/setup-python@v4
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
- - uses : actions/cache@v2
23
+ - uses : actions/cache@v4
24
24
with :
25
25
path : ~/.cache/pip
26
26
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
You can’t perform that action at this time.
0 commit comments