Skip to content

Commit 59163a4

Browse files
Bump julia-actions/cache from 1 to 2 (#2950)
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@v1...v2) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: '2' 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 7826921 commit 59163a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
version: ${{ matrix.machine.version }}
5555
arch: ${{ matrix.machine.arch }}
56-
- uses: julia-actions/cache@v1
56+
- uses: julia-actions/cache@v2
5757
- if: ${{ matrix.machine.downgrade }}
5858
uses: julia-actions/julia-downgrade-compat@v2
5959
with:

0 commit comments

Comments
 (0)