Skip to content

Commit 175400b

Browse files
Bump julia-actions/cache from 1 to 2 (#135)
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. - [Release notes](https://github.com/julia-actions/cache/releases) - [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 0934b4f commit 175400b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v1
37+
- uses: julia-actions/cache@v2
3838
- uses: julia-actions/julia-buildpkg@v1
3939
- uses: julia-actions/julia-runtest@v1
4040
with:
@@ -50,7 +50,7 @@ jobs:
5050
- uses: julia-actions/setup-julia@v2
5151
with:
5252
version: 1
53-
- uses: julia-actions/cache@v1
53+
- uses: julia-actions/cache@v2
5454
- uses: julia-actions/julia-buildpkg@v1
5555
- run: julia --project=docs -e '
5656
using Pkg; Pkg.develop(path=".");

0 commit comments

Comments
 (0)