Skip to content

Commit cc77c56

Browse files
Merge pull request #426 from JuliaArrays/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 40d9a87 + 3f1554c commit cc77c56

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
@@ -20,7 +20,7 @@ jobs:
2020
- uses: julia-actions/setup-julia@v1
2121
with:
2222
version: ${{ matrix.version }}
23-
- uses: actions/cache@v3
23+
- uses: actions/cache@v4
2424
env:
2525
cache-name: cache-artifacts
2626
with:

0 commit comments

Comments
 (0)