[PHP-WEBMASTER] [web-php] dependabot/github_actions/actions/cache-5: github-actions(deps): bump actions/cache from 4 to 5

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2025-12-15T15:21:04Z

Commit: github-actions(deps): bump actions/cache from 4 to 5 · php/web-php@fd34bf6 · GitHub
Raw diff: https://github.com/php/web-php/commit/fd34bf6e0f6af6840a86c1efdcf54c8f16d896d6.diff

github-actions(deps): bump actions/cache from 4 to 5

Bumps [actions/cache](GitHub - actions/cache: Cache dependencies and build outputs in GitHub Actions) from 4 to 5.
- [Release notes](Releases · actions/cache · GitHub)
- [Changelog](cache/RELEASES.md at main · actions/cache · GitHub)
- [Commits](Comparing v4...v5 · actions/cache · GitHub)

---
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>

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 800a30148f..91c9dd6c38 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') }}"