Skip to content

Commit 16b19c5

Browse files
Merge pull request #477 from JuliaArrays/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 5184395 + d8ee117 commit 16b19c5

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
@@ -24,7 +24,7 @@ jobs:
2424
- uses: julia-actions/setup-julia@v1
2525
with:
2626
version: ${{ matrix.version }}
27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v5
2828
env:
2929
cache-name: cache-artifacts
3030
with:

0 commit comments

Comments
 (0)