From be22af0f39849890ee35ea31da27c8ee36f2acfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:09:29 +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/benchmark.yml | 4 ++-- .github/workflows/ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 1bab2ce96..098f888e8 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -25,7 +25,7 @@ jobs: with: go-version: '^1.x' - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: | @@ -40,7 +40,7 @@ jobs: if: steps.cache.output.cache-hit != 'true' run: make --debug install_deps - name: restore base benchmark result - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | test-results/benchmark-results-main.txt diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2aa00f645..d367628cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: '^1.x' - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache with: path: ~/go/pkg/mod