From b7744a8afb2de97d14aba0485cbfd57fb8ab8b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:01:30 +0000 Subject: [PATCH] github-actions(deps): Bump actions/cache from 4.1.2 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.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/v4.1.2...v4.2.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/integrate.yaml | 14 +++++++------- .github/workflows/renew.yaml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index c7f36ff4..f6f730c2 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -48,7 +48,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v4.1.2" + uses: "actions/cache@v4.2.0" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -113,7 +113,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v4.1.2" + uses: "actions/cache@v4.2.0" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -128,7 +128,7 @@ jobs: run: "composer normalize --ansi --dry-run" - name: "Cache cache directory for friendsofphp/php-cs-fixer" - uses: "actions/cache@v4.1.2" + uses: "actions/cache@v4.2.0" with: path: ".build/php-cs-fixer" key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.ref_name }}" @@ -179,7 +179,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v4.1.2" + uses: "actions/cache@v4.2.0" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -234,7 +234,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v4.1.2" + uses: "actions/cache@v4.2.0" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -284,7 +284,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v4.1.2" + uses: "actions/cache@v4.2.0" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -345,7 +345,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v4.1.2" + uses: "actions/cache@v4.2.0" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" diff --git a/.github/workflows/renew.yaml b/.github/workflows/renew.yaml index 247a4557..a6f08104 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -45,7 +45,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v4.1.2" + uses: "actions/cache@v4.2.0" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -57,7 +57,7 @@ jobs: dependencies: "${{ matrix.dependencies }}" - name: "Cache cache directory for friendsofphp/php-cs-fixer" - uses: "actions/cache@v4.1.2" + uses: "actions/cache@v4.2.0" with: path: ".build/php-cs-fixer" key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.ref_name }}"