From 01d21c76d7b1fee5eb0260d7afd11ff8a0eefdf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 15:03:18 +0000 Subject: [PATCH] github-actions(deps): bump actions/cache from 3.0.4 to 3.0.8 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.8. - [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.4...v3.0.8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 106805ab..2cb318cc 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.5.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.4" + uses: "actions/cache@v3.0.8" 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.5.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.4" + uses: "actions/cache@v3.0.8" 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.4" + uses: "actions/cache@v3.0.8" with: path: ".build/php-cs-fixer" key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.sha }}" @@ -164,7 +164,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.5.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.4" + uses: "actions/cache@v3.0.8" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -209,7 +209,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.5.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.4" + uses: "actions/cache@v3.0.8" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -256,7 +256,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.5.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.4" + uses: "actions/cache@v3.0.8" with: path: "${{ env.COMPOSER_CACHE_DIR }}" key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}" @@ -311,7 +311,7 @@ jobs: uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.5.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.4" + uses: "actions/cache@v3.0.8" 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 09fcb168..ea54b87f 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.5.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.4" + uses: "actions/cache@v3.0.8" 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.4" + uses: "actions/cache@v3.0.8" with: path: ".build/php-cs-fixer" key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.sha }}"