Skip to content

Commit 3654e47

Browse files
dependabot[bot]oschulz
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 15a6cf4 commit 3654e47

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
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
version: ${{ matrix.version }}
5050
arch: ${{ matrix.arch }}
51-
- uses: julia-actions/cache@v2
51+
- uses: julia-actions/cache@v3
5252
- name: registry_add
5353
run: julia add_registries.jl
5454
- uses: julia-actions/julia-buildpkg@v1
@@ -71,7 +71,7 @@ jobs:
7171
- uses: julia-actions/setup-julia@v2
7272
with:
7373
version: '1'
74-
- uses: julia-actions/cache@v2
74+
- uses: julia-actions/cache@v3
7575
- name: registry_add
7676
run: julia add_registries.jl
7777
- uses: julia-actions/julia-buildpkg@v1

0 commit comments

Comments
 (0)