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 66 runs-on : ubuntu-latest
77
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010
1111 - name : pip cache
12- uses : actions/cache@v3
12+ uses : actions/cache@v4
1313 with :
1414 path : ~/.cache/pip
1515 key : ${{ runner.os }}-pip-${{ hashFiles('ci/requirements.txt') }}
1616 restore-keys : |
1717 ${{ runner.os }}-pip-
1818
1919 - name : pre-commit cache
20- uses : actions/cache@v3
20+ uses : actions/cache@v4
2121 with :
2222 path : ~/.cache/pre-commit
2323 key : ${{ runner.os }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
2424 restore-keys : |
2525 ${{ runner.os }}-pre-commit-
2626
2727 - name : ~/bin cache
28- uses : actions/cache@v3
28+ uses : actions/cache@v4
2929 with :
3030 path : ~/bin
3131 key : ${{ runner.os }}-homebin-${{ hashFiles('ci/versions.sh') }}
You can’t perform that action at this time.
0 commit comments