Skip to content

Commit fa83c0e

Browse files
Bump julia-actions/cache from 2 to 3
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] <[email protected]>
1 parent ad4a0cd commit fa83c0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
version: ${{ matrix.version }}
2828
show-versioninfo: true
29-
- uses: julia-actions/cache@v2
29+
- uses: julia-actions/cache@v3
3030
- run: julia --color=yes .ci/test_and_change_uuid.jl
3131
- uses: julia-actions/julia-buildpkg@v1
3232
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)