Skip to content

Commit e989b72

Browse files
Merge pull request #357 from SciML/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 1c427a6 + 298cec0 commit e989b72

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
- uses: julia-actions/setup-julia@v1
3535
with:
3636
version: ${{ matrix.version }}
37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
env:
3939
cache-name: cache-artifacts
4040
with:

0 commit comments

Comments
 (0)