Skip to content

Commit 6f3f600

Browse files
Merge pull request #994 from SciML/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 52483af + 93955a6 commit 6f3f600

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
@@ -31,7 +31,7 @@ jobs:
3131
- uses: julia-actions/setup-julia@v2
3232
with:
3333
version: ${{ matrix.version }}
34-
- uses: actions/cache@v4
34+
- uses: actions/cache@v5
3535
env:
3636
cache-name: cache-artifacts
3737
with:

0 commit comments

Comments
 (0)