Skip to content

Commit e9db261

Browse files
authored
Merge pull request #48 from JuliaSIMD/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents a683bb4 + 47dbd61 commit e9db261

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-julia-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
version: ${{ matrix.version }}
5555
arch: ${{ matrix.arch }}
56-
- uses: actions/cache@v3
56+
- uses: actions/cache@v4
5757
env:
5858
cache-name: cache-artifacts
5959
with:

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
version: ${{ matrix.version }}
5555
arch: ${{ matrix.arch }}
56-
- uses: actions/cache@v3
56+
- uses: actions/cache@v4
5757
env:
5858
cache-name: cache-artifacts
5959
with:

0 commit comments

Comments
 (0)