Skip to content

Commit 5c9b43f

Browse files
Bump julia-actions/cache from 1 to 2 (#66)
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. - [Release notes](https://github.com/julia-actions/cache/releases) - [Changelog](https://github.com/julia-actions/cache/blob/main/devdocs/making_a_new_release.md) - [Commits](julia-actions/cache@v1...v2) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6697713 commit 5c9b43f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
version: ${{ matrix.version }}
5050
arch: ${{ matrix.arch }}
5151
- run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)'
52-
- uses: julia-actions/cache@v1
52+
- uses: julia-actions/cache@v2
5353
- uses: julia-actions/julia-downgrade-compat@v1
5454
with:
5555
skip: Libdl,UUIDs

.github/workflows/FormatCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
version: ${{ matrix.julia-version }}
2222
- uses: actions/checkout@v4
23-
- uses: julia-actions/cache@v1
23+
- uses: julia-actions/cache@v2
2424
- name: Install JuliaFormatter and format
2525
run: |
2626
julia -e 'using Pkg; Pkg.add(PackageSpec(name = "JuliaFormatter", version="1.0.45"))'

0 commit comments

Comments
 (0)