Skip to content

Commit cff8c3d

Browse files
chore(deps): bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a2c6a7 commit cff8c3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
echo "plugin-dir=$(pwd)" >> $GITHUB_OUTPUT
8383
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
8484
85-
- uses: actions/cache@v5
85+
- uses: actions/cache@v6
8686
with:
8787
path: ${{ steps.composer-cache.outputs.dir }}
8888
key: ${{ runner.os }}-composer-${{ hashFiles('${{ steps.composer-cache.outputs.plugin-dir }}/composer.lock') }}

.github/workflows/php-unit-tests-shopware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
echo "plugin-dir=$(pwd)" >> $GITHUB_OUTPUT
9999
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
100100
101-
- uses: actions/cache@v5
101+
- uses: actions/cache@v6
102102
with:
103103
path: ${{ steps.composer-cache.outputs.dir }}
104104
key: ${{ runner.os }}-composer-${{ hashFiles('${{ steps.composer-cache.outputs.plugin-dir }}/composer.lock') }}

0 commit comments

Comments
 (0)