From cb9ecf580674662e09ab481a1689fbe1353887f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 08:04:14 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 84082e603..cd32471ed 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -184,7 +184,7 @@ jobs: grep 'VERSION_ID=' /etc/os-release >> "$GITHUB_ENV" - name: Cache binaries needed by Makefile - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./bin key: ${{ runner.os }}-${{ env.ID }}-${{ env.VERSION_ID }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }} @@ -254,7 +254,7 @@ jobs: grep 'VERSION_ID=' /etc/os-release >> "$GITHUB_ENV" - name: Cache binaries needed by Makefile - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./bin key: ${{ runner.os }}-${{ env.ID }}-${{ env.VERSION_ID }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }} @@ -327,7 +327,7 @@ jobs: grep 'VERSION_ID=' /etc/os-release >> "$GITHUB_ENV" - name: Cache binaries needed by Makefile - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./bin key: ${{ runner.os }}-${{ env.ID }}-${{ env.VERSION_ID }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }}