Author: dependabot[bot] (dependabot[bot]) Committer: GitHub (web-flow) Pusher: saundefined Date: 2025-12-15T22:24:36+03:00
Commit: https://github.com/php/web-php/commit/1d635f60328f310715ed5918a1145d26f33894e0 Raw diff: https://github.com/php/web-php/commit/1d635f60328f310715ed5918a1145d26f33894e0.diff 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Changed paths: M .github/workflows/integrate.yaml M .github/workflows/pr-preview.yml M .github/workflows/update-screenshots.yaml Diff: diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 69d5877734..021babda87 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -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') }}" diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 6cbc1799cd..01d1b58482 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -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') }}" diff --git a/.github/workflows/update-screenshots.yaml b/.github/workflows/update-screenshots.yaml index 41c700b59a..f62197aaca 100644 --- a/.github/workflows/update-screenshots.yaml +++ b/.github/workflows/update-screenshots.yaml @@ -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') }}"
