Merge pull request #724 from vbrandl/dependabot/github_actions/actions/cache-4

Bump actions/cache from 3 to 4
This commit is contained in:
Valentin Brandl 2024-02-02 13:46:55 +01:00 committed by GitHub
commit 8215160896
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

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

View File

@ -33,7 +33,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Cache cargo registry, index and build directory
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
@ -64,7 +64,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Cache cargo registry, index and build directory
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry

View File

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `tempfile` from 3.8.1 to 3.9.0 ([#715](https://github.com/vbrandl/hoc/pull/715))
- Bump `serde_json` from 1.0.108 to 1.0.111 ([#717](https://github.com/vbrandl/hoc/pull/717), [#722](https://github.com/vbrandl/hoc/pull/722))
- Bump `vergen` from 8.2.6 to 8.2.9 ([#721](https://github.com/vbrandl/hoc/pull/721))
- Bump `actions/cache` from 3 to 4 ([#724](https://github.com/vbrandl/hoc/pull/724))
## [0.36.0] 2023-11-17
### Dependencies