Skip to content

Commit 85cfb9d

Browse files
Bump julia-actions/cache from 2 to 3 (#114)
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 4d49d6d commit 85cfb9d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: julia-actions/setup-julia@v2
3939
with:
4040
version: "1"
41-
- uses: julia-actions/cache@v2
41+
- uses: julia-actions/cache@v3
4242
id: julia-cache
4343
with:
4444
cache-name: Documentation
@@ -87,7 +87,7 @@ jobs:
8787
- uses: julia-actions/setup-julia@v2
8888
with:
8989
version: "1"
90-
- uses: julia-actions/cache@v2
90+
- uses: julia-actions/cache@v3
9191
with:
9292
# Steal cache from the build job
9393
cache-name: Documentation

.github/workflows/UnitTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
with:
5959
version: ${{ matrix.julia-version }}
6060
arch: ${{ matrix.julia-arch }}
61-
- uses: julia-actions/cache@v2
61+
- uses: julia-actions/cache@v3
6262
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)