Skip to content

Commit 74ed1bd

Browse files
Bump julia-actions/cache from 1 to 2 (#6)
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 b83ff4b commit 74ed1bd

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
@@ -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@v1
4141
- uses: julia-actions/julia-runtest@v1
4242
docs:
@@ -51,7 +51,7 @@ jobs:
5151
- uses: julia-actions/setup-julia@v1
5252
with:
5353
version: '1'
54-
- uses: julia-actions/cache@v1
54+
- uses: julia-actions/cache@v2
5555
- name: Configure doc environment
5656
shell: julia --project=docs --color=yes {0}
5757
run: |

0 commit comments

Comments
 (0)