Skip to content

Commit ab214ee

Browse files
Bump actions/cache in / (#229)
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](actions/cache@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](actions/cache@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](actions/cache@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 304566f commit ab214ee

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/universal_workflow_light.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161

162162
- name: 'Cache testplan on Github'
163163
if: ${{ inputs.runs_on == '"ubuntu-latest"'}}
164-
uses: 'actions/cache/save@v5'
164+
uses: 'actions/cache/save@v6'
165165
with:
166166
path: |
167167
${{ inputs.plan_folder }}/*
@@ -513,7 +513,7 @@ jobs:
513513

514514
- name: 'Cache preparedShop on github'
515515
if: ${{ steps.iltp.outputs.install_cache_prepared_shop == 'true' && needs.init.outputs.use_private_cache != 'true'}}
516-
uses: 'actions/cache/save@v5'
516+
uses: 'actions/cache/save@v6'
517517
with:
518518
path: |
519519
./*
@@ -674,7 +674,7 @@ jobs:
674674

675675
- name: 'Cache current installation on github'
676676
if: ${{ needs.init.outputs.use_private_cache != 'true' }}
677-
uses: 'actions/cache/save@v5'
677+
uses: 'actions/cache/save@v6'
678678
with:
679679
path: |
680680
./*

load_cached_testplan/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
9292
- name: 'Load cached testplan from GitHub'
9393
if: ${{ inputs.runs_on == '"ubuntu-latest"'}}
9494
id: load_testplan_cache_gh
95-
uses: 'actions/cache/restore@v5'
95+
uses: 'actions/cache/restore@v6'
9696
with:
9797
path: |
9898
${{ inputs.plan_folder}}/*

start_shop/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383
- name: 'Load cached testplan from GitHub'
8484
if: ${{ inputs.runs_on == '"ubuntu-latest"'}}
8585
id: load_installed_shop_gh
86-
uses: 'actions/cache/restore@v5'
86+
uses: 'actions/cache/restore@v6'
8787
with:
8888
path: |
8989
./*

0 commit comments

Comments
 (0)