Skip to content

Commit 784e448

Browse files
committed
update actions
/cache
1 parent bcda4dc commit 784e448

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/phantoms.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737

3838
- name: Cache Node Posix
3939
if: runner.os != 'Windows' && !env.ACT
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
path: ~/.npm
4343
key: npm-${{ runner.os }}-${{ env.cache-name }}
4444

4545
- name: Cache Phantoms
4646
if: ${{ !env.ACT }}
4747
id: phantom-cache
48-
uses: actions/cache@v3
48+
uses: actions/cache@v4
4949
env:
5050
cache-name: cache-phantoms
5151
with:

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Cache Phantoms
4040
id: cache-phantoms
41-
uses: actions/cache@v2
41+
uses: actions/cache@v4
4242
with:
4343
path: US-sourced-OpenNeuroPET-Phantoms.zip
4444
key: ${{ runner.os }}-phantoms

0 commit comments

Comments
 (0)