Skip to content

Commit e1f2708

Browse files
Bump julia-actions/cache from 1 to 3 (#1245)
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 8ee15c8 commit e1f2708

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Formatter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: julia-actions/setup-julia@v3
1515
with:
1616
version: 1
17-
- uses: julia-actions/cache@v1
17+
- uses: julia-actions/cache@v3
1818
- name: Install JuliaFormatter and format
1919
run: |
2020
using Pkg

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
arch: ${{ matrix.arch }}
4545

4646
- name: Cache Artifacts
47-
uses: julia-actions/cache@v2
47+
uses: julia-actions/cache@v3
4848

4949
- name: Julia Build Pkg
5050
uses: julia-actions/julia-buildpkg@latest

0 commit comments

Comments
 (0)