Skip to content

Commit

Permalink
Merge pull request #173 from VeinsOfTheEarth/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
jsta authored Jan 22, 2024
2 parents e0b1482 + f5bedad commit ea19396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache conda
uses: actions/cache@v3
uses: actions/cache@v4
env:
# Increase this value to reset cache if environment.yml has not changed
CACHE_NUMBER: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: "3.x"

- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('docs/doc_requirements.txt') }}
Expand Down

0 comments on commit ea19396

Please sign in to comment.