Merge pull request #472 from PyPSA/ci-.cache-v3
upgrade cache action from v2 to v3
This commit is contained in:
commit
7b228375df
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -81,7 +81,7 @@ jobs:
|
|||||||
run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
|
run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Create environment cache
|
- name: Create environment cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
id: cache
|
id: cache
|
||||||
with:
|
with:
|
||||||
path: ${{ matrix.prefix }}
|
path: ${{ matrix.prefix }}
|
||||||
|
Loading…
Reference in New Issue
Block a user