From 25652e0cb012e49ac9685bf91233b7a8100e311e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:10:02 -0500 Subject: [PATCH] Build(deps): Bump actions/cache from 4.1.2 to 4.2.0 (#3229) 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 9ed01a17ae..e82e794ead 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@v4.1.2 + uses: actions/cache@v4.2.0 with: key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }} restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }} @@ -201,7 +201,7 @@ jobs: - uses: actions/checkout@v4 - run: mkdir -p "$TEST_RESULTS" - name: restore_cache - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }} restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}