From a904330b57d7ffed6174b0c9ffb8b868452c0e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:11:52 +0000 Subject: [PATCH] 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/qa.yml | 8 ++++---- .github/workflows/release.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index c0c468c..a0706be 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -25,7 +25,7 @@ jobs: submodules: true - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo @@ -86,7 +86,7 @@ jobs: submodules: true - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo @@ -122,7 +122,7 @@ jobs: submodules: true - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo @@ -154,7 +154,7 @@ jobs: submodules: true - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9975b21..166cf88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: submodules: true - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo @@ -87,7 +87,7 @@ jobs: submodules: true - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo @@ -133,7 +133,7 @@ jobs: submodules: true - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cargo