Skip to content

Commit 3ce8055

Browse files
authored
Merge pull request #851 from nipreps/dependabot/github_actions/actions/cache-4
Build(deps): Bump actions/cache from 3 to 4
2 parents a0af263 + f136f0b commit 3ce8055

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Create test data directory
8282
run: mkdir -p $HOME/.cache/stanford-crn
8383
- name: Load test data cache
84-
uses: actions/cache@v3
84+
uses: actions/cache@v4
8585
id: stanford-crn
8686
with:
8787
path: ~/.cache/stanford-crn/
@@ -145,13 +145,13 @@ jobs:
145145
with:
146146
python-version: ${{ matrix.python-version }}
147147
- name: Load test data cache
148-
uses: actions/cache@v3
148+
uses: actions/cache@v4
149149
id: stanford-crn
150150
with:
151151
path: ~/.cache/stanford-crn/
152152
key: data-v0-${{ github.ref_name }}-${{ github.sha }}
153153
- name: Load TemplateFlow cache
154-
uses: actions/cache@v3
154+
uses: actions/cache@v4
155155
id: templateflow
156156
with:
157157
path: ~/.cache/templateflow
@@ -218,13 +218,13 @@ jobs:
218218
with:
219219
python-version: ${{ matrix.python-version }}
220220
- name: Load test data cache
221-
uses: actions/cache@v3
221+
uses: actions/cache@v4
222222
id: stanford-crn
223223
with:
224224
path: ~/.cache/stanford-crn/
225225
key: data-v0-${{ github.ref_name }}-${{ github.sha }}
226226
- name: Load TemplateFlow cache
227-
uses: actions/cache@v3
227+
uses: actions/cache@v4
228228
id: templateflow
229229
with:
230230
path: ~/.cache/templateflow

0 commit comments

Comments
 (0)