From ce43db11a77455e275b8f022b59e656b63235ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:23:09 +0000 Subject: [PATCH] github-actions(deps): Bump actions/cache from 3.3.3 to 4.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.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/v3.3.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integrate.yaml | 18 +++++++++--------- .github/workflows/renew.yaml | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index f1a9340e..38edbd28 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.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.3.3" + uses: "actions/cache@v4.0.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.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.3.3" + uses: "actions/cache@v4.0.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@v3.3.3" + uses: "actions/cache@v4.0.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.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.3.3" + uses: "actions/cache@v4.0.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.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.3.3" + uses: "actions/cache@v4.0.0" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -246,7 +246,7 @@ jobs: dependencies: "${{ matrix.dependencies }}" - name: "Cache cache directory for rector/rector" - uses: "actions/cache@v3.3.3" + uses: "actions/cache@v4.0.0" with: path: ".build/rector" key: "php-${{ matrix.php-version }}-rector-${{ github.ref_name }}" @@ -293,7 +293,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.3.3" + uses: "actions/cache@v4.0.0" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -343,7 +343,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.3.3" + uses: "actions/cache@v4.0.0" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -404,7 +404,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.3.3" + uses: "actions/cache@v4.0.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 611271c7..65f7fae0 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.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.3.3" + uses: "actions/cache@v4.0.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@v3.3.3" + uses: "actions/cache@v4.0.0" with: path: ".build/php-cs-fixer" key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.ref_name }}"