Skip to content

Commit cb4eb36

Browse files
Merge pull request #53 from SciML/dependabot/github_actions/julia-actions/cache-2
Bump julia-actions/cache from 1 to 2
2 parents 01b1259 + 8eeb030 commit cb4eb36

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
@@ -34,7 +34,7 @@ jobs:
3434
if: ${{ matrix.version == '1.6' }}
3535
with:
3636
skip: Pkg, TOML
37-
- uses: julia-actions/cache@v1
37+
- uses: julia-actions/cache@v2
3838
- uses: julia-actions/julia-buildpkg@v1
3939
- uses: julia-actions/julia-runtest@v1
4040
- uses: julia-actions/julia-processcoverage@v1

0 commit comments

Comments
 (0)