diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index 073f2d9908..c22234e673 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -44,7 +44,7 @@ jobs: with: go-version: stable - name: restore_cache - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.4 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 e63bb95fe6..d7cb2d1e0b 100644 --- a/.github/workflows/pr_integration_tests.yml +++ b/.github/workflows/pr_integration_tests.yml @@ -227,7 +227,7 @@ jobs: - uses: actions/checkout@v6 - run: mkdir -p "$TEST_RESULTS" - name: restore_cache - uses: actions/cache@v5.0.3 + uses: actions/cache@v5.0.4 with: key: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }} restore-keys: linux-go-${{ hashFiles('go.sum') }}-${{ env.cache-key }}