Skip to content

Commit be7db82

Browse files
Bump actions/cache from 1 to 3 (#172)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ede28ac commit be7db82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
version: ${{ matrix.version }}
3636
arch: ${{ matrix.arch }}
37-
- uses: actions/cache@v1
37+
- uses: actions/cache@v3
3838
env:
3939
cache-name: cache-artifacts
4040
with:

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
version: ${{ matrix.version }}
3939
arch: ${{ matrix.arch }}
40-
- uses: actions/cache@v1
40+
- uses: actions/cache@v3
4141
env:
4242
cache-name: cache-artifacts
4343
with:
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
version: ${{ matrix.version }}
8383
arch: ${{ matrix.arch }}
84-
- uses: actions/cache@v1
84+
- uses: actions/cache@v3
8585
env:
8686
cache-name: cache-artifacts
8787
with:

0 commit comments

Comments
 (0)