Skip to content

Commit 15cc68a

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] <support@github.com>
1 parent 24825f7 commit 15cc68a

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
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
version: ${{ matrix.version }}
4545
arch: ${{ matrix.arch }}
46-
- uses: julia-actions/cache@v2
46+
- uses: julia-actions/cache@v3
4747
- uses: julia-actions/julia-downgrade-compat@v2
4848
with:
4949
skip: LinearAlgebra,Markdown,Printf,Random,Statistics,ArviZExampleData

.github/workflows/r_reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: setup-julia
3434
with:
3535
version: '1'
36-
- uses: julia-actions/cache@v2
36+
- uses: julia-actions/cache@v3
3737
- name: Build Conda
3838
run: |
3939
using Pkg; Pkg.activate(; temp=true);

0 commit comments

Comments
 (0)