From 678a3f69d694849654cb6f5bc20287825ba9a0cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:12:06 +0000 Subject: [PATCH] GH Actions: Bump actions/cache from 4 to 5 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] --- .github/workflows/integrate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index f45dfd6..204cfa3 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -81,7 +81,7 @@ jobs: php-version: "${{ matrix.php-version }}" - name: "Cache extensions installed with shivammathur/setup-php" - uses: "actions/cache@v4" + uses: "actions/cache@v5" with: path: "${{ steps.cache-env.outputs.dir }}" key: "${{ steps.cache-env.outputs.key }}" @@ -141,7 +141,7 @@ jobs: php-version: "${{ matrix.php-version }}" - name: "Cache extensions installed with shivammathur/setup-php" - uses: "actions/cache@v4" + uses: "actions/cache@v5" with: path: "${{ steps.cache-env.outputs.dir }}" key: "${{ steps.cache-env.outputs.key }}"