Skip to content

Commit

Permalink
Merge pull request #851 from nipreps/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-4

Build(deps): Bump actions/cache from 3 to 4
  • Loading branch information
effigies authored Jan 22, 2024
2 parents a0af263 + f136f0b commit 3ce8055
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 3ce8055

Please sign in to comment.