Skip to content

Commit

Permalink
Merge pull request #375 from roocs/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4.2.0
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
2 parents ce7fc91 + 2489e60 commit c6f8ae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
python -m pip install tox~=4.18.0
- name: Environment Caching
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: |
.tox
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
python -m pip install tox~=4.18.0
- name: Environment Caching
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: |
~/.cache/mini-esgf-data
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
run: |
python -m pip install -r requirements_upstream.txt
- name: Test Data Caching
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: |
~/.cache/mini-esgf-data
Expand Down

0 comments on commit c6f8ae1

Please sign in to comment.