Skip to content

Commit 0b2ebfe

Browse files
Bump julia-actions/cache from 2 to 3 (#704)
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 4253bff commit 0b2ebfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- uses: julia-actions/setup-julia@v2
6666
with:
6767
version: '1.10'
68-
- uses: julia-actions/cache@v2
68+
- uses: julia-actions/cache@v3
6969
- run: |
7070
julia --project=docs -e '
7171
using Pkg

0 commit comments

Comments
 (0)