Skip to content

Commit e5a5c61

Browse files
Bump actions/cache from 1 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00250d9 commit e5a5c61

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
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
version: ${{ matrix.version }}
2727
arch: ${{ matrix.arch }}
28-
- uses: actions/cache@v1
28+
- uses: actions/cache@v4
2929
env:
3030
cache-name: cache-artifacts
3131
with:
@@ -51,7 +51,7 @@ jobs:
5151
- uses: julia-actions/setup-julia@v1
5252
with:
5353
version: '1'
54-
- uses: actions/cache@v1
54+
- uses: actions/cache@v4
5555
env:
5656
cache-name: cache-artifacts
5757
with:

0 commit comments

Comments
 (0)