Skip to content

Commit a1a5dbc

Browse files
dependabot[bot]lassepe
authored andcommitted
Bump julia-actions/cache from 1 to 2
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 944c291 commit a1a5dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.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@v2
1515
with:
1616
version: ${{ matrix.julia_version }}
17-
- uses: julia-actions/cache@v1
17+
- uses: julia-actions/cache@v2
1818
- uses: julia-actions/julia-runtest@v1
1919
- uses: julia-actions/julia-processcoverage@v1
2020
- uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)