Skip to content

Commit 095ed78

Browse files
Bump julia-actions/cache from 2 to 3 (#33)
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 389f1f2 commit 095ed78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
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@v2
37+
- uses: julia-actions/cache@v3
3838
- uses: julia-actions/julia-buildpkg@latest
3939
- uses: julia-actions/julia-runtest@latest
4040
- uses: julia-actions/julia-processcoverage@v1
@@ -64,6 +64,6 @@ jobs:
6464
with:
6565
version: ${{ matrix.version }}
6666
arch: ${{ matrix.arch }}
67-
- uses: julia-actions/cache@v2
67+
- uses: julia-actions/cache@v3
6868
- uses: julia-actions/julia-buildpkg@latest
6969
- uses: julia-actions/julia-runtest@latest

0 commit comments

Comments
 (0)