From ae04e1043b43340a6894fdf5df493b4a5ff6dbfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 07:34:24 +0000 Subject: [PATCH] Bump actions/cache from 4.3.0 to 6.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 6.1.0. - [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/0057852bfaa89a56745cba8c7296529d2fc39830...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/corpus-diff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/corpus-diff.yml b/.github/workflows/corpus-diff.yml index 07ff734..1e0e031 100644 --- a/.github/workflows/corpus-diff.yml +++ b/.github/workflows/corpus-diff.yml @@ -74,7 +74,7 @@ jobs: # step changes what it keeps. - name: Cache corpus id: cache-corpus - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: corpus key: wp-corpus-${{ env.WP_CORPUS_TAG }}-php-all