Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit f8408d4

Browse files
Merge pull request #120 from SciML/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 08089e8 + 39cccfb commit f8408d4

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)