Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 4f9aa7d

Browse files
Merge pull request #283 from JuliaDiff/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 0b35103 + 3c24097 commit 4f9aa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

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

0 commit comments

Comments
 (0)