From 80582c66d0dd04fb9a2b703636db3b99c87ff456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 13:01:01 +0000 Subject: [PATCH] github-actions(deps): Bump actions/cache from 3.0.11 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.2. - [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.0.11...v3.2.2) --- 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 | 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 e4d1bf7c..dbd5df33 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -43,7 +43,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.11" + uses: "actions/cache@v3.2.2" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -106,7 +106,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.11" + uses: "actions/cache@v3.2.2" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -124,7 +124,7 @@ jobs: run: "mkdir -p .build/php-cs-fixer" - name: "Cache cache directory for friendsofphp/php-cs-fixer" - uses: "actions/cache@v3.0.11" + uses: "actions/cache@v3.2.2" with: path: ".build/php-cs-fixer" key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.ref_name }}" @@ -166,7 +166,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.11" + uses: "actions/cache@v3.2.2" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -211,7 +211,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.11" + uses: "actions/cache@v3.2.2" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -258,7 +258,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.11" + uses: "actions/cache@v3.2.2" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -273,7 +273,7 @@ jobs: run: "mkdir -p .build/rector" - name: "Cache cache directory for rector/rector" - uses: "actions/cache@v3.0.11" + uses: "actions/cache@v3.2.2" with: path: ".build/rector" key: "php-${{ matrix.php-version }}-rector-${{ github.ref_name }}" @@ -348,7 +348,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.11" + uses: "actions/cache@v3.2.2" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -403,7 +403,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.11" + uses: "actions/cache@v3.2.2" 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 35a683f5..c8770d45 100644 --- a/.github/workflows/renew.yaml +++ b/.github/workflows/renew.yaml @@ -43,7 +43,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.7.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.11" + uses: "actions/cache@v3.2.2" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -58,7 +58,7 @@ jobs: run: "mkdir -p .build/php-cs-fixer" - name: "Cache cache directory for friendsofphp/php-cs-fixer" - uses: "actions/cache@v3.0.11" + uses: "actions/cache@v3.2.2" with: path: ".build/php-cs-fixer" key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.ref_name }}"