Skip to content

Commit 5514026

Browse files
authored
Merge pull request #474 from SciML/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 4a84874 + 70d9486 commit 5514026

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: julia-actions/setup-julia@v2
2424
with:
2525
version: ${{ matrix.version }}
26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v5
2727
env:
2828
cache-name: cache-artifacts
2929
with:

.github/workflows/CI_extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: julia-actions/setup-julia@v2
2222
with:
2323
version: ${{ matrix.version }}
24-
- uses: actions/cache@v4
24+
- uses: actions/cache@v5
2525
env:
2626
cache-name: cache-artifacts
2727
with:

0 commit comments

Comments
 (0)