Skip to content

Commit fab936d

Browse files
authored
Merge pull request #66 from shopware5/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 6a9e422 + 555e6cc commit fab936d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
85+
- uses: actions/cache@v5
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@v4
101+
- uses: actions/cache@v5
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)