Skip to content

Commit 84538f4

Browse files
Bump julia-actions/cache from 2 to 3 (#32)
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 4cd5023 commit 84538f4

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
@@ -36,7 +36,7 @@ jobs:
3636
arch: ${{ matrix.arch }}
3737

3838
- name: Cache artifacts, etc.
39-
uses: julia-actions/cache@v2
39+
uses: julia-actions/cache@v3
4040

4141
- name: Build the package
4242
uses: julia-actions/julia-buildpkg@v1

0 commit comments

Comments
 (0)