From a1fbcd66d48e20aed962f6ff3a40c4c4ae003b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 05:24:55 +0000 Subject: [PATCH] github-actions(deps): Bump actions/cache from 4.3.0 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.3. - [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.3.0...v5.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integrate.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index ed1c43f..26a36f5 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -45,7 +45,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.10.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v4.3.0" + uses: "actions/cache@v5.0.3" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -60,7 +60,7 @@ jobs: run: "composer normalize --ansi --dry-run" - name: "Cache cache directory for friendsofphp/php-cs-fixer" - uses: "actions/cache@v4.3.0" + uses: "actions/cache@v5.0.3" with: path: ".build/php-cs-fixer/" key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.ref_name }}" @@ -107,7 +107,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.10.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v4.3.0" + uses: "actions/cache@v5.0.3" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"