Merge pull request #616 from vbrandl/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
This commit is contained in:
commit
f4372c3248
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user