Skip to content

Commit fe9c78f

Browse files
Merge pull request #766 from SciML/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents d7982b7 + 4d9309b commit fe9c78f

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
@@ -20,7 +20,7 @@ jobs:
2020
- uses: julia-actions/setup-julia@v1
2121
with:
2222
version: ${{ matrix.version }}
23-
- uses: actions/cache@v3
23+
- uses: actions/cache@v4
2424
env:
2525
cache-name: cache-artifacts
2626
with:

0 commit comments

Comments
 (0)