From 988ed05e7cb552e68db3feeb253054a3d4a5285d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:05:01 +0000 Subject: [PATCH] github-actions(deps): bump actions/cache from 3.0.9 to 3.0.10 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.10. - [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.9...v3.0.10) --- 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 dcd1254c..17f4c049 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.9" + uses: "actions/cache@v3.0.10" 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.9" + uses: "actions/cache@v3.0.10" 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.9" + uses: "actions/cache@v3.0.10" 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.7.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.9" + uses: "actions/cache@v3.0.10" 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.7.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.9" + uses: "actions/cache@v3.0.10" 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.7.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.9" + uses: "actions/cache@v3.0.10" 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.7.0" - name: "Cache dependencies installed with composer" - uses: "actions/cache@v3.0.9" + uses: "actions/cache@v3.0.10" 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 fd8547ae..828bcb38 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.9" + uses: "actions/cache@v3.0.10" 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.9" + uses: "actions/cache@v3.0.10" with: path: ".build/php-cs-fixer" key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.sha }}"