From 95f8a4a047efdc5c464112b110508c7b290f3477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:28:49 +0000 Subject: [PATCH] build(deps): 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/Build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 62c4943..e8ddd61 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/registry @@ -39,7 +39,7 @@ jobs: # steps: # - name: Checkout code # uses: actions/checkout@v4 -# - uses: actions/cache@v3 +# - uses: actions/cache@v4 # with: # path: | # ~/.cargo/registry @@ -61,7 +61,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/registry