Skip to content

Commit aa6f8aa

Browse files
Bump julia-actions/cache from 1 to 2 (#33)
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 670eeaf commit aa6f8aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI-nightly.yml

+1-1
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@v1
37+
- uses: julia-actions/cache@v2
3838
- uses: julia-actions/julia-buildpkg@latest
3939
- uses: julia-actions/julia-runtest@latest
4040
env:

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
version: ${{ matrix.version }}
3838
arch: ${{ matrix.arch }}
39-
- uses: julia-actions/cache@v1
39+
- uses: julia-actions/cache@v2
4040
- uses: julia-actions/julia-buildpkg@latest
4141
- uses: julia-actions/julia-runtest@latest
4242
env:

0 commit comments

Comments
 (0)