From 7e4f9904a70bd289fb9897589224109e396bc5c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 17:35:57 +0000 Subject: [PATCH] github-actions(deps): bump actions/cache from 2.1.7 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v3) --- 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 | 12 ++++++------ .github/workflows/renew.yaml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 5bb7205..fcd054f 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.4.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v2.1.7" + uses: "actions/cache@v3" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -105,7 +105,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.4.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v2.1.7" + uses: "actions/cache@v3" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -123,7 +123,7 @@ jobs: run: "mkdir -p .build/php-cs-fixer" - name: "Cache cache directory for friendsofphp/php-cs-fixer" - uses: "actions/cache@v2.1.7" + uses: "actions/cache@v3" with: path: ".build/php-cs-fixer" key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.sha }}" @@ -163,7 +163,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.4.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v2.1.7" + uses: "actions/cache@v3" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -208,7 +208,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.4.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v2.1.7" + uses: "actions/cache@v3" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -263,7 +263,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.4.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v2.1.7" + uses: "actions/cache@v3" 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 4fe4049..a795219 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.4.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v2.1.7" + uses: "actions/cache@v3" 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@v2.1.7" + uses: "actions/cache@v3" with: path: ".build/php-cs-fixer" key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.sha }}"