Merge pull request #616 from vbrandl/dependabot/github_actions/actions/cache-3
Some checks failed
Security audit / security_audit (push) Failing after 14s
/ Rustfmt (push) Successful in 45s
/ Clippy (push) Failing after 39s
/ Test Suite (ubuntu-latest) (push) Failing after 40s
continuous-integration/drone/push Build is passing

Bump actions/cache from 2 to 3
This commit is contained in:
Valentin Brandl 2023-05-06 01:47:27 +02:00 committed by GitHub
commit f4372c3248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
override: true override: true
- name: Cache cargo registry, index and build directory - name: Cache cargo registry, index and build directory
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry

View File

@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### Dependencies ### Dependencies
- Bump `serde` from 1.0.160 to 1.0.162 (#613) - Bump `serde` from 1.0.160 to 1.0.162 (#613)
- Bump `actions/cache` from 2 to 3 (#616)
## [0.35.0] 2023-05-04 ## [0.35.0] 2023-05-04