From 4fbcccf01c2bbbf70b52d8ddeedddaab7fa95923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:36:36 +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 c4cb265f..814e802e 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') }}" @@ -131,7 +131,7 @@ jobs: run: "mkdir -p .build/php-cs-fixer/" - 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') }}" @@ -249,7 +249,7 @@ jobs: run: "mkdir -p .build/rector/" - 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 }}" @@ -296,7 +296,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') }}" @@ -346,7 +346,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') }}" @@ -409,7 +409,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 7f08e6ec..3183fb9c 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') }}" @@ -60,7 +60,7 @@ jobs: run: "mkdir -p .build/php-cs-fixer" - 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 }}"