Skip to content

Commit 2b60ec1

Browse files
Bump julia-actions/cache from 1 to 2
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]>
1 parent 791bc90 commit 2b60ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: julia-actions/setup-julia@latest
5555
with:
5656
version: ${{ matrix.julia-version }}
57-
- uses: julia-actions/cache@v1
57+
- uses: julia-actions/cache@v2
5858
- uses: julia-actions/julia-runtest@latest
5959
with:
6060
coverage: ${{ matrix.coverage }}

0 commit comments

Comments
 (0)