Skip to content

Commit e24b518

Browse files
Bump actions/cache from 1 to 3 (#500)
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 ... [skip ci] Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b00de3 commit e24b518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
version: ${{ matrix.version }}
2424
arch: ${{ matrix.arch }}
25-
- uses: actions/cache@v1
25+
- uses: actions/cache@v3
2626
env:
2727
cache-name: cache-artifacts
2828
with:
@@ -97,7 +97,7 @@ jobs:
9797
if: runner.os == 'Windows'
9898

9999
# set-up packages
100-
- uses: actions/cache@v1
100+
- uses: actions/cache@v3
101101
env:
102102
cache-name: cache-artifacts
103103
with:

0 commit comments

Comments
 (0)