Skip to content

Commit fd36083

Browse files
dependabot[bot]abhro
authored andcommitted
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] <support@github.com>
1 parent ab97986 commit fd36083

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
32-
- uses: julia-actions/cache@v2
32+
- uses: julia-actions/cache@v3
3333
- uses: julia-actions/julia-buildpkg@v1
3434

3535
- name: Run tests

.github/workflows/ExportPluto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
show-versioninfo: true
2929

3030
- name: Cache Julia artifacts & such
31-
uses: julia-actions/cache@v2
31+
uses: julia-actions/cache@v3
3232
with:
3333
cache-registries: "true"
3434

0 commit comments

Comments
 (0)