Skip to content

Commit

Permalink
Build(deps): Bump actions/cache from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent a0af263 commit f136f0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Create test data directory
run: mkdir -p $HOME/.cache/stanford-crn
- name: Load test data cache
uses: actions/cache@v3
uses: actions/cache@v4
id: stanford-crn
with:
path: ~/.cache/stanford-crn/
Expand Down Expand Up @@ -145,13 +145,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Load test data cache
uses: actions/cache@v3
uses: actions/cache@v4
id: stanford-crn
with:
path: ~/.cache/stanford-crn/
key: data-v0-${{ github.ref_name }}-${{ github.sha }}
- name: Load TemplateFlow cache
uses: actions/cache@v3
uses: actions/cache@v4
id: templateflow
with:
path: ~/.cache/templateflow
Expand Down Expand Up @@ -218,13 +218,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Load test data cache
uses: actions/cache@v3
uses: actions/cache@v4
id: stanford-crn
with:
path: ~/.cache/stanford-crn/
key: data-v0-${{ github.ref_name }}-${{ github.sha }}
- name: Load TemplateFlow cache
uses: actions/cache@v3
uses: actions/cache@v4
id: templateflow
with:
path: ~/.cache/templateflow
Expand Down

0 comments on commit f136f0b

Please sign in to comment.