From b3444c4721f0e4059e2528710a914c02a6c8e7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 07:13:37 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 693fc16..52b5d4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: - name: Cache MediaWiki id: cache-mediawiki - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | mediawiki @@ -59,7 +59,7 @@ jobs: key: mw_${{ matrix.mw }}-php${{ matrix.php }}-v21 - name: Cache Composer cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.composer/cache key: composer-php${{ matrix.php }} @@ -109,7 +109,7 @@ jobs: - name: Cache MediaWiki id: cache-mediawiki - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | mediawiki @@ -118,7 +118,7 @@ jobs: key: mediawiki-cache - name: Cache Composer cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.composer/cache key: composer_static_analysis @@ -174,7 +174,7 @@ jobs: - name: Cache MediaWiki id: cache-mediawiki - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | mediawiki @@ -183,7 +183,7 @@ jobs: key: mw_static_analysis - name: Cache Composer cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.composer/cache key: composer_static_analysis