Skip to content

Commit d39d13b

Browse files
Bump julia-actions/cache from 1 to 2 (#2437)
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@v1...v2) --- updated-dependencies: - dependency-name: julia-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 60bc744 commit d39d13b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
version: ${{ matrix.version }}
3636
arch: ${{ matrix.arch }}
37-
- uses: julia-actions/cache@v1
37+
- uses: julia-actions/cache@v2
3838
env:
3939
cache-name: cache-artifacts
4040
with:

.github/workflows/nightly-ci.yml

+1-1
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: julia-actions/cache@v1
28+
- uses: julia-actions/cache@v2
2929
env:
3030
cache-name: cache-artifacts
3131
with:

0 commit comments

Comments
 (0)