File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ jobs:
15
15
- name : Set PATH
16
16
run : echo "${HOME}/.local/bin" >> $GITHUB_PATH
17
17
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
- name : Set up Python ${{ matrix.python-version }}
20
- uses : actions/setup-python@v2
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ${{ matrix.python-version }}
23
23
24
24
- name : Cache pip
25
- uses : actions/cache@v2
25
+ uses : actions/cache@v4
26
26
with :
27
27
path : ~/.cache/pip
28
- key : ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}-${ GITHUB_REF }
28
+ key : ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}-${{ GITHUB_REF } }
29
29
restore-keys : |
30
30
${{ runner.os }}-pip-
31
31
${{ runner.os }}-
You can’t perform that action at this time.
0 commit comments