Skip to content

Commit

Permalink
Merge pull request #103 from SIMEXP/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
Remi-Gau authored Feb 5, 2024
2 parents 0d0d9e8 + 3ffe04b commit b1679f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/setup-python@v5
- name: install tox
run: pip install tox
- uses: actions/cache@v3
- uses: actions/cache@v4
id: cache
env:
cache-name: ds000017
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

- name: Restore cached data ds000017
id: cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: /home/runner/work/giga_connectome/giga_connectome/giga_connectome/data/test_data
key: ds000017
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- name: Restore cached data ds000017
id: cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: /home/runner/work/giga_connectome/giga_connectome/giga_connectome/data/test_data
key: ds000017
Expand Down

0 comments on commit b1679f9

Please sign in to comment.