Skip to content

Commit 8a946ab

Browse files
Merge pull request #38 from SciML/dependabot/github_actions/actions/cache-3
Bump actions/cache from 1 to 3
2 parents fea8255 + e8ed03b commit 8a946ab

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
@@ -24,7 +24,7 @@ jobs:
2424
- uses: julia-actions/setup-julia@v1
2525
with:
2626
version: ${{ matrix.version }}
27-
- uses: actions/cache@v1
27+
- uses: actions/cache@v3
2828
env:
2929
cache-name: cache-artifacts
3030
with:

0 commit comments

Comments
 (0)