Skip to content

Commit ec63340

Browse files
Bump actions/cache from 3 to 4 (neurodata#202)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam Li <[email protected]>
1 parent 7fc517e commit ec63340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo "timestamp=${NOW}" >> $GITHUB_OUTPUT
8080
8181
- name: Setup compiler cache
82-
uses: actions/cache@v3
82+
uses: actions/cache@v4
8383
id: cache-ccachev1
8484
# Reference: https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
8585
# NOTE: The caching strategy is modeled in a way that it will always have a unique cache key for each workflow run
@@ -186,7 +186,7 @@ jobs:
186186
echo "timestamp=${NOW}" >> $GITHUB_OUTPUT
187187
188188
- name: Setup compiler cache
189-
uses: actions/cache@v3
189+
uses: actions/cache@v4
190190
id: cache-ccachev1
191191
# Reference: https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows#matching-a-cache-key
192192
# NOTE: The caching strategy is modeled in a way that it will always have a unique cache key for each workflow run

0 commit comments

Comments
 (0)