Author: dependabot[bot] (dependabot[bot])
Committer: Derick Rethans (derickr)
Date: 2026-06-29T17:25:36+01:00
Commit: github-actions(deps): bump actions/cache from 5 to 6 · php/web-php@dfed908 · GitHub
Raw diff: https://github.com/php/web-php/commit/dfed9082ed4e5368988e0e1ba4e8e9f446dc4551.diff
github-actions(deps): bump actions/cache from 5 to 6
Bumps [actions/cache](GitHub - actions/cache: Cache dependencies and build outputs in GitHub Actions · GitHub) from 5 to 6.
- [Release notes](Releases · actions/cache · GitHub)
- [Changelog](cache/RELEASES.md at main · actions/cache · GitHub)
- [Commits](Comparing v5...v6 · actions/cache · GitHub)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '6'
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/preview-tests.yml
Diff:
diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml
index 9f1da5ab43..4267241144 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@v5"
+ uses: "actions/cache@v6"
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@v5"
+ uses: "actions/cache@v6"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
@@ -138,7 +138,7 @@ jobs:
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
- name: "Cache dependencies installed with composer"
- uses: "actions/cache@v5"
+ uses: "actions/cache@v6"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
@@ -184,7 +184,7 @@ jobs:
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
- name: "Cache dependencies installed with composer"
- uses: "actions/cache@v5"
+ uses: "actions/cache@v6"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"
diff --git a/.github/workflows/preview-tests.yml b/.github/workflows/preview-tests.yml
index 694141979f..a5ca37b774 100644
--- a/.github/workflows/preview-tests.yml
+++ b/.github/workflows/preview-tests.yml
@@ -62,7 +62,7 @@ jobs:
run: "echo \"COMPOSER_CACHE_DIR=$(composer config cache-dir)\" >> $GITHUB_ENV"
- name: "Cache dependencies installed with composer"
- uses: actions/cache@v5
+ uses: actions/cache@v6
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ hashFiles('composer.lock') }}"