From 53d039766bb0e6782e92012522aeb3f3b1fe1482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:07:58 +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/universal_workflow_light.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/universal_workflow_light.yaml b/.github/workflows/universal_workflow_light.yaml index 12f1b322..7679fa13 100644 --- a/.github/workflows/universal_workflow_light.yaml +++ b/.github/workflows/universal_workflow_light.yaml @@ -152,7 +152,7 @@ jobs: - name: 'Cache testplan on Github' if: ${{ inputs.runs_on == '"ubuntu-latest"'}} - uses: 'actions/cache/save@v4' + uses: 'actions/cache/save@v5' with: path: | ${{ inputs.plan_folder }}/* @@ -500,7 +500,7 @@ jobs: - name: 'Cache preparedShop on github' if: ${{ steps.iltp.outputs.install_cache_prepared_shop == 'true' && needs.init.outputs.use_private_cache != 'true'}} - uses: 'actions/cache/save@v4' + uses: 'actions/cache/save@v5' with: path: | ./* @@ -661,7 +661,7 @@ jobs: - name: 'Cache current installation on github' if: ${{ needs.init.outputs.use_private_cache != 'true' }} - uses: 'actions/cache/save@v4' + uses: 'actions/cache/save@v5' with: path: | ./*