Bump actions/cache from 3 to 4 (#11807)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>pull/11688/head
parent
d0b465ffd0
commit
158df56ccc
|
@ -48,7 +48,7 @@ jobs:
|
||||||
run: "echo \"directory=$(composer config cache-dir)\" >> $GITHUB_OUTPUT"
|
run: "echo \"directory=$(composer config cache-dir)\" >> $GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: "Cache dependencies installed with composer"
|
- name: "Cache dependencies installed with composer"
|
||||||
uses: "actions/cache@v3"
|
uses: "actions/cache@v4"
|
||||||
with:
|
with:
|
||||||
path: "${{ steps.determine-composer-cache-directory.outputs.directory }}"
|
path: "${{ steps.determine-composer-cache-directory.outputs.directory }}"
|
||||||
key: "php-${{ matrix.php-version }}-symfony-php-unit-version-${{ env.SYMFONY_PHPUNIT_VERSION }}-${{ hashFiles('**/composer.lock') }}"
|
key: "php-${{ matrix.php-version }}-symfony-php-unit-version-${{ env.SYMFONY_PHPUNIT_VERSION }}-${{ hashFiles('**/composer.lock') }}"
|
||||||
|
|
Loading…
Reference in New Issue