From 2e41e21a3e8b1f5d6bf2cbc344f054a2ece05d8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:03:23 +0000 Subject: [PATCH 1/2] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/rust.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a350d9..d29bd33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 56467b5..6e3f32a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 From 933b69e97c24e023b44c7d6492fd413450db1f35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 18 Jan 2024 15:03:38 +0000 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d172fa..d8c993a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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