From ba87993278054762b3827ddda77d9212a929e9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 09:47:16 -0500 Subject: [PATCH] Build(deps): Bump actions/cache from 3.3.3 to 4.0.0 (#2806) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Limoncelli --- .github/workflows/pr_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index ec5e69d61..a187cb884 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -28,7 +28,7 @@ jobs: with: go-version: stable - name: restore_cache - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }} restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }} @@ -186,7 +186,7 @@ jobs: - uses: actions/checkout@v4 - run: mkdir -p "$TEST_RESULTS" - name: restore_cache - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }} restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}