Skip to content

Commit 4da7756

Browse files
Merge pull request #682 from SciML/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 5cc47d0 + 87f610f commit 4da7756

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
@@ -43,7 +43,7 @@ jobs:
4343
- uses: julia-actions/setup-julia@v1
4444
with:
4545
version: ${{ matrix.version }}
46-
- uses: actions/cache@v3
46+
- uses: actions/cache@v4
4747
env:
4848
cache-name: cache-artifacts
4949
with:

0 commit comments

Comments
 (0)