From af3640c04ebbfadf3e16b7dfa6c8f0b4d22894d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:23:47 +0000 Subject: [PATCH] Bump actions/cache in / Bumps [actions/cache](https://github.com/actions/cache) in `/` from 5 to 6. Updates `actions/cache` from 5 to 6 - [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/v5...v6) Updates `actions/cache` from 5 to 6 - [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/v5...v6) Updates `actions/cache` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/universal_workflow_light.yaml | 6 +++--- load_cached_testplan/action.yaml | 2 +- start_shop/action.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/universal_workflow_light.yaml b/.github/workflows/universal_workflow_light.yaml index 85731369..24ba4be9 100644 --- a/.github/workflows/universal_workflow_light.yaml +++ b/.github/workflows/universal_workflow_light.yaml @@ -161,7 +161,7 @@ jobs: - name: 'Cache testplan on Github' if: ${{ inputs.runs_on == '"ubuntu-latest"'}} - uses: 'actions/cache/save@v5' + uses: 'actions/cache/save@v6' with: path: | ${{ inputs.plan_folder }}/* @@ -513,7 +513,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@v5' + uses: 'actions/cache/save@v6' with: path: | ./* @@ -674,7 +674,7 @@ jobs: - name: 'Cache current installation on github' if: ${{ needs.init.outputs.use_private_cache != 'true' }} - uses: 'actions/cache/save@v5' + uses: 'actions/cache/save@v6' with: path: | ./* diff --git a/load_cached_testplan/action.yaml b/load_cached_testplan/action.yaml index fa9054a8..9a2d15c7 100644 --- a/load_cached_testplan/action.yaml +++ b/load_cached_testplan/action.yaml @@ -92,7 +92,7 @@ runs: - name: 'Load cached testplan from GitHub' if: ${{ inputs.runs_on == '"ubuntu-latest"'}} id: load_testplan_cache_gh - uses: 'actions/cache/restore@v5' + uses: 'actions/cache/restore@v6' with: path: | ${{ inputs.plan_folder}}/* diff --git a/start_shop/action.yaml b/start_shop/action.yaml index fe7e6435..5b2182a4 100644 --- a/start_shop/action.yaml +++ b/start_shop/action.yaml @@ -83,7 +83,7 @@ runs: - name: 'Load cached testplan from GitHub' if: ${{ inputs.runs_on == '"ubuntu-latest"'}} id: load_installed_shop_gh - uses: 'actions/cache/restore@v5' + uses: 'actions/cache/restore@v6' with: path: | ./*