Skip to content

Commit 2891add

Browse files
Bump julia-actions/cache from 2 to 3
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2 to 3. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@v2...v3) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 12fdbe1 commit 2891add

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
@@ -25,7 +25,7 @@ jobs:
2525
- uses: julia-actions/setup-julia@v2
2626
with:
2727
version: ${{ matrix.version }}
28-
- uses: julia-actions/cache@v2
28+
- uses: julia-actions/cache@v3
2929
- uses: julia-actions/julia-buildpkg@v1
3030
- uses: julia-actions/julia-runtest@v1
3131
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)