Skip to content

Commit

Permalink
update action chace to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Dec 11, 2024
1 parent 527b1db commit f0e2c06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- uses: actions/[email protected]

- name: Cache conda
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/conda_pkgs_dir
key: ${{ runner.os }}-conda-${{hashFiles('requirements/environment.yml') }}-${{ hashFiles('**/CI.yml') }}-${{ steps.date.outputs.date }}
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}

Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.pip-cache.outputs.dir }}
# Look to see if there is a cache hit for the corresponding requirements files
Expand Down Expand Up @@ -515,7 +515,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Cache test_env
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/test_env
# Look to see if there is a cache hit for the corresponding requirements files
Expand Down

0 comments on commit f0e2c06

Please sign in to comment.