From 2be2b0fd1e440df18251a172d8346b2f4ae1e02b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 07:45:00 -0400 Subject: [PATCH] Build(deps): Bump actions/cache from 4.2.4 to 4.3.0 (#3776) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Limoncelli <6293917+tlimoncelli@users.noreply.github.com> --- .github/workflows/pr_build.yml | 2 +- .github/workflows/pr_integration_tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index e3725c844..d58f04b6e 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -41,7 +41,7 @@ jobs: with: go-version: stable - name: restore_cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }} restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }} diff --git a/.github/workflows/pr_integration_tests.yml b/.github/workflows/pr_integration_tests.yml index af5187a94..e1e1cf029 100644 --- a/.github/workflows/pr_integration_tests.yml +++ b/.github/workflows/pr_integration_tests.yml @@ -197,7 +197,7 @@ jobs: - uses: actions/checkout@v5 - run: mkdir -p "$TEST_RESULTS" - name: restore_cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v4.3.0 with: key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }} restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}