From 160912aa51fe625c903a9ec9ab46dda72313aa55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 05:56:08 +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) - [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/build-top-models.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-top-models.yml b/.github/workflows/build-top-models.yml index da50e6b..408d326 100644 --- a/.github/workflows/build-top-models.yml +++ b/.github/workflows/build-top-models.yml @@ -94,7 +94,7 @@ jobs: - name: Cache Package id: cache-package - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.PACKAGE_DIR }} key: modctl-build-packages @@ -167,7 +167,7 @@ jobs: python-version: "3.10" - name: Cache model - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-model with: path: ${{ env.MODEL_DIR }}