Skip to content

Commit a958a18

Browse files
Bump actions/cache from 1 to 3 (#93)
* Bump actions/cache from 1 to 3 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]> * Empty commit to re-run CI That CI failure looks spurious to me. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jtnunley <[email protected]>
1 parent a0b9c59 commit a958a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
# Used to cache cargo-web
7171
- name: Cache cargo folder
72-
uses: actions/cache@v1
72+
uses: actions/cache@v3
7373
with:
7474
path: ~/.cargo
7575
key: ${{ matrix.platform.target }}-cargo-${{ matrix.rust_version }}

0 commit comments

Comments
 (0)