Skip to content

Commit 2bfae49

Browse files
Bump julia-actions/cache from 2 to 3 (#112)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65bc7de commit 2bfae49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
version: ${{ matrix.version }}
5656
arch: ${{ (matrix.arch == '') && runner.arch || matrix.arch }}
57-
- uses: julia-actions/cache@v2
57+
- uses: julia-actions/cache@v3
5858
- uses: julia-actions/julia-buildpkg@v1
5959
- uses: julia-actions/julia-runtest@v1
6060
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)