Skip to content

Commit 328af73

Browse files
Merge pull request #459 from SciML/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 83385a1 + a78fb8b commit 328af73

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
@@ -32,7 +32,7 @@ jobs:
3232
- uses: julia-actions/setup-julia@v1
3333
with:
3434
version: ${{ matrix.version }}
35-
- uses: actions/cache@v3
35+
- uses: actions/cache@v4
3636
env:
3737
cache-name: cache-artifacts
3838
with:

0 commit comments

Comments
 (0)