Skip to content

Commit 9653c47

Browse files
Bump julia-actions/cache from 2 to 3 (#61)
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 68a9819 commit 9653c47

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/FormatCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: julia-actions/setup-julia@v2
3434
with:
3535
version: "1"
36-
- uses: julia-actions/cache@v2
36+
- uses: julia-actions/cache@v3
3737
- name: Install JuliaFormatter
3838
shell: julia --project=@format --color=yes {0}
3939
run: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
version: ${{ matrix.julia }}
3333
- name: Cache
34-
uses: julia-actions/cache@v2
34+
uses: julia-actions/cache@v3
3535
with:
3636
cache-compiled: "true"
3737
- name: Build

.github/workflows/documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Cache
19-
uses: julia-actions/cache@v2
19+
uses: julia-actions/cache@v3
2020
with:
2121
cache-compiled: "true"
2222
- uses: julia-actions/julia-buildpkg@latest

0 commit comments

Comments
 (0)