Skip to content

Commit 1b11b47

Browse files
Merge pull request #2430 from SciML/dependabot/github_actions/actions/cache-4
build(deps): bump actions/cache from 3 to 4
2 parents 66213b4 + d7cc69f commit 1b11b47

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
@@ -34,7 +34,7 @@ jobs:
3434
- uses: julia-actions/setup-julia@v1
3535
with:
3636
version: ${{ matrix.version }}
37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3838
env:
3939
cache-name: cache-artifacts
4040
with:

0 commit comments

Comments
 (0)