From 30ae128a2490292a1471405267824c6148a1a5a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 05:10:51 +0000 Subject: [PATCH] build(deps): 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.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 458bf756..29ad512c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -49,7 +49,7 @@ jobs: - name: Cache Package id: cache-package - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.PACKAGE_DIR }} key: modctl-test-packages @@ -90,7 +90,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache model - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-model with: path: ${{ env.MODEL_DIR }}