Skip to content

Commit 4b85c6c

Browse files
Bump actions/cache from 2 to 4 (#127)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...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>
1 parent 3bef754 commit 4b85c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version: ${{ matrix.julia-version }}
3232
arch: ${{ matrix.julia-arch }}
3333
- name: Cache artifacts
34-
uses: actions/cache@v2
34+
uses: actions/cache@v4
3535
env:
3636
cache-name: cache-artifacts
3737
with:
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
version: "^1.7.0-0"
5959
- name: Cache artifacts
60-
uses: actions/cache@v2
60+
uses: actions/cache@v4
6161
env:
6262
cache-name: cache-artifacts
6363
with:

0 commit comments

Comments
 (0)