Skip to content

Commit aa8069b

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 fd54f92 commit aa8069b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
version: ${{ matrix.version }}
5252
arch: ${{ matrix.arch }}
53-
- uses: julia-actions/cache@v2
53+
- uses: julia-actions/cache@v3
5454
- uses: julia-actions/julia-buildpkg@v1
5555
- uses: julia-actions/julia-runtest@v1
5656
env:
@@ -72,7 +72,7 @@ jobs:
7272
- uses: julia-actions/setup-julia@v2
7373
with:
7474
version: '1'
75-
- uses: julia-actions/cache@v2
75+
- uses: julia-actions/cache@v3
7676
- name: Configure doc environment
7777
shell: julia --project=docs --color=yes {0}
7878
run: |

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- uses: julia-actions/julia-downgrade-compat@v2
2525
with:
2626
skip: Pkg,TOML,InteractiveUtils,Random,LinearAlgebra
27-
- uses: julia-actions/cache@v2
27+
- uses: julia-actions/cache@v3
2828
- uses: julia-actions/julia-buildpkg@v1
2929
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)