Skip to content

Commit a8fc0ad

Browse files
Merge pull request #251 from SciML/dependabot/github_actions/actions/cache-4
chore(deps): bump actions/cache from 3 to 4
2 parents fa7705b + 11ad953 commit a8fc0ad

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@v3
27+
- uses: actions/cache@v4
2828
env:
2929
cache-name: cache-artifacts
3030
with:

0 commit comments

Comments
 (0)