Skip to content

Commit

Permalink
Merge pull request #48 from shopware5/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
mitelg authored Apr 18, 2024
2 parents 474d810 + 36da48e commit 36cdecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
echo "plugin-dir=$(pwd)" >> $GITHUB_OUTPUT
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('${{ steps.composer-cache.outputs.plugin-dir }}/composer.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-unit-tests-shopware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
echo "plugin-dir=$(pwd)" >> $GITHUB_OUTPUT
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('${{ steps.composer-cache.outputs.plugin-dir }}/composer.lock') }}
Expand Down

0 comments on commit 36cdecc

Please sign in to comment.