Skip to content

Commit b5b21ba

Browse files
Bump julia-actions/cache from 1 to 2 (#951)
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. - [Release notes](https://github.com/julia-actions/cache/releases) - [Changelog](https://github.com/julia-actions/cache/blob/main/devdocs/making_a_new_release.md) - [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 50de84a commit b5b21ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
version: ${{ matrix.version }}
3737
arch: ${{ matrix.arch }}
38-
- uses: julia-actions/cache@v1
38+
- uses: julia-actions/cache@v2
3939
- uses: julia-actions/julia-buildpkg@latest
4040
continue-on-error: ${{ matrix.version == 'nightly' }}
4141
- uses: julia-actions/julia-runtest@latest

0 commit comments

Comments
 (0)