mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
github-actions(deps): bump actions/cache from 4 to 5 (#1703)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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>
This commit is contained in:
6
.github/workflows/integrate.yaml
vendored
6
.github/workflows/integrate.yaml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
|
||||
|
||||
- name: "Cache dependencies installed with composer"
|
||||
uses: "actions/cache@v4"
|
||||
uses: "actions/cache@v5"
|
||||
with:
|
||||
path: "${{ env.COMPOSER_CACHE_DIR }}"
|
||||
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
|
||||
|
||||
- name: "Cache dependencies installed with composer"
|
||||
uses: "actions/cache@v4"
|
||||
uses: "actions/cache@v5"
|
||||
with:
|
||||
path: "${{ env.COMPOSER_CACHE_DIR }}"
|
||||
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
|
||||
@@ -141,7 +141,7 @@ jobs:
|
||||
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
|
||||
|
||||
- name: "Cache dependencies installed with composer"
|
||||
uses: "actions/cache@v4"
|
||||
uses: "actions/cache@v5"
|
||||
with:
|
||||
path: "${{ env.COMPOSER_CACHE_DIR }}"
|
||||
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
|
||||
|
||||
2
.github/workflows/pr-preview.yml
vendored
2
.github/workflows/pr-preview.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
||||
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
|
||||
|
||||
- name: "Cache dependencies installed with composer"
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: "${{ env.COMPOSER_CACHE_DIR }}"
|
||||
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
|
||||
|
||||
2
.github/workflows/update-screenshots.yaml
vendored
2
.github/workflows/update-screenshots.yaml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
|
||||
|
||||
- name: "Cache dependencies installed with composer"
|
||||
uses: "actions/cache@v4"
|
||||
uses: "actions/cache@v5"
|
||||
with:
|
||||
path: "${{ env.COMPOSER_CACHE_DIR }}"
|
||||
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
|
||||
|
||||
Reference in New Issue
Block a user