Skip to content

Commit dc5c240

Browse files
Bump julia-actions/cache from 1 to 3 (#73)
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 3. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@v1...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 575e84f commit dc5c240

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
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
version: ${{ matrix.version }}
4646
arch: ${{ matrix.arch }}
47-
- uses: julia-actions/cache@v1
47+
- uses: julia-actions/cache@v3
4848
- uses: julia-actions/julia-buildpkg@v1
4949
- uses: julia-actions/julia-runtest@v1
5050
- uses: julia-actions/julia-processcoverage@v1

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: julia-actions/setup-julia@v2
2121
with:
2222
version: '1'
23-
- uses: julia-actions/cache@v2
23+
- uses: julia-actions/cache@v3
2424
- name: Install dependencies
2525
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2626
- name: Build and deploy

0 commit comments

Comments
 (0)