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 @@ -11,13 +11,13 @@ jobs:
11
11
python-version : ["3.10"]
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- name : Set up Python ${{ matrix.python-version }}
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v4
17
17
with :
18
18
python-version : ${{ matrix.python-version }}
19
19
20
- - uses : actions/cache@v2
20
+ - uses : actions/cache@v3
21
21
with :
22
22
path : ~/.cache/pip
23
23
key : ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
11
11
python-version : ["3.10"]
12
12
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
- name : Set up Python ${{ matrix.python-version }}
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v4
17
17
with :
18
18
python-version : ${{ matrix.python-version }}
19
19
20
- - uses : actions/cache@v2
20
+ - uses : actions/cache@v3
21
21
with :
22
22
path : ~/.cache/pip
23
23
key : ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments