Skip to content

Commit 082445e

Browse files
build(deps): 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 be2c547 commit 082445e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: julia-actions/setup-julia@v2
2525
with:
2626
version: '1.10.2'
27-
- uses: julia-actions/cache@v2
27+
- uses: julia-actions/cache@v3
2828
- name: Install JuliaFormatter and format
2929
run: |
3030
julia -e 'using Pkg; Pkg.add(PackageSpec(name="JuliaFormatter"))'

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: julia-actions/setup-julia@v2
4949
with:
5050
version: '1.10.3'
51-
- uses: julia-actions/cache@v2
51+
- uses: julia-actions/cache@v3
5252
with:
5353
cache-name: ${{ runner.os }}-${{ steps.get-date.outputs.date }}
5454
cache-compiled: "true"

0 commit comments

Comments
 (0)