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 }}