Skip to content

Commit

Permalink
Merge pull request #347 from poldracklab/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-3

Build(deps): Bump actions/cache from 2 to 3
  • Loading branch information
effigies authored Mar 21, 2022
2 parents 55e5e9c + 90a72be commit ffffeba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
datalad wtf
- name: Install cached data
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: /tmp/.cache/data
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
run: tools/ci/install.sh

- name: Restore cached test data
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: /tmp/.cache/data
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
run: tools/ci/install.sh

- name: Restore cached test data
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: /tmp/.cache/data
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
docker images
- name: Restore cached test data
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: /tmp/.cache/data
Expand Down

0 comments on commit ffffeba

Please sign in to comment.