Skip to content

Commit 93f4439

Browse files
Bump actions/cache from 1 to 3 (#475)
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4843acb commit 93f4439

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
version: ${{ matrix.version }}
4747
arch: ${{ matrix.arch }}
48-
- uses: actions/cache@v1
48+
- uses: actions/cache@v3
4949
env:
5050
cache-name: cache-artifacts
5151
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
version: ${{ matrix.version }}
4848
arch: ${{ matrix.arch }}
49-
- uses: actions/cache@v1
49+
- uses: actions/cache@v3
5050
env:
5151
cache-name: cache-artifacts
5252
with:

0 commit comments

Comments
 (0)