chore: update to actions/cache@v4
This commit is contained in:
parent
adf4fe11a3
commit
b35d8f4d80
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
- name: Cache environment
|
- name: Cache environment
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: ${{ env.pythonLocation }}
|
path: ${{ env.pythonLocation }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user