Skip to content

Commit 47dbd61

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a683bb4 commit 47dbd61

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)