From cc92a81091d8bfe165f58501dad8f72a48a118da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 00:08:08 +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/build_binary_from_ref.yml | 2 +- .github/workflows/coverage_reporting.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_binary_from_ref.yml b/.github/workflows/build_binary_from_ref.yml index e79d4be59..f31aff5f2 100644 --- a/.github/workflows/build_binary_from_ref.yml +++ b/.github/workflows/build_binary_from_ref.yml @@ -20,7 +20,7 @@ jobs: with: go-version: "1.20" - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build diff --git a/.github/workflows/coverage_reporting.yml b/.github/workflows/coverage_reporting.yml index 8a0a68ff2..1a8bfe152 100644 --- a/.github/workflows/coverage_reporting.yml +++ b/.github/workflows/coverage_reporting.yml @@ -23,7 +23,7 @@ jobs: with: go-version: "1.20" - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4b790bdb8..a0785d3e1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -55,7 +55,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build