Skip to content

Commit 60fb716

Browse files
Merge pull request #13 from SciML/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents a81a217 + d353898 commit 60fb716

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@v2
2121
with:
2222
version: ${{ matrix.version }}
23-
- uses: actions/cache@v4
23+
- uses: actions/cache@v5
2424
env:
2525
cache-name: cache-artifacts
2626
with:

0 commit comments

Comments
 (0)