File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
OS : ' linux'
23
23
timeout-minutes : 2
24
24
steps :
25
- - uses : actions/cache@v1
25
+ - uses : actions/cache@v4
26
26
with :
27
27
path : ~/.cache/pip
28
28
key : static-pip-${{ hashFiles('pyproject.toml') }}
29
29
restore-keys : static-pip-
30
- - uses : actions/checkout@v2
31
- - uses : actions/setup-python@v2
30
+ - uses : actions/checkout@v4
31
+ - uses : actions/setup-python@v5
32
32
with :
33
33
# TODO: check with Python 3, but need to fix the
34
34
# errors first
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
27
27
PYTHON_VERSION : ['3.10', '3.9', '3.8']
28
28
timeout-minutes : 10
29
29
steps :
30
- - uses : actions/cache@v1
30
+ - uses : actions/cache@v4
31
31
with :
32
32
path : ~/.cache/pip
33
33
key : ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-${{ hashFiles('pyproject.toml') }}
34
34
restore-keys : ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-
35
- - uses : actions/checkout@v2
36
- - uses : actions/setup-python@v2
35
+ - uses : actions/checkout@v4
36
+ - uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ${{ matrix.PYTHON_VERSION }}
39
39
architecture : ' x64'
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
27
27
PYTHON_VERSION : ['3.10', '3.9', '3.8']
28
28
timeout-minutes : 10
29
29
steps :
30
- - uses : actions/cache@v1
30
+ - uses : actions/cache@v4
31
31
with :
32
32
path : ~/Library/Caches/pip
33
33
key : ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-${{ hashFiles('pyproject.toml') }}
34
34
restore-keys : ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-
35
- - uses : actions/checkout@v2
36
- - uses : actions/setup-python@v2
35
+ - uses : actions/checkout@v4
36
+ - uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ${{ matrix.PYTHON_VERSION }}
39
39
architecture : ' x64'
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
27
27
PYTHON_VERSION : ['3.10', '3.9', '3.8']
28
28
timeout-minutes : 10
29
29
steps :
30
- - uses : actions/cache@v1
30
+ - uses : actions/cache@v4
31
31
with :
32
32
path : ~\AppData\Local\pip\Cache
33
33
key : ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-${{ hashFiles('pyproject.toml') }}
34
34
restore-keys : ${{ runner.os }}-${{ matrix.PYTHON_VERSION }}-pip-
35
- - uses : actions/checkout@v2
36
- - uses : actions/setup-python@v2
35
+ - uses : actions/checkout@v4
36
+ - uses : actions/setup-python@v5
37
37
with :
38
38
python-version : ${{ matrix.PYTHON_VERSION }}
39
39
architecture : ' x64'
You can’t perform that action at this time.
0 commit comments