From b284f5850ff435183e97eea25c2faa2bed73bc6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 13:01:47 +0000 Subject: [PATCH] github-actions(deps): Bump actions/cache from 3.3.2 to 3.3.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3. - [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.2...v3.3.3) --- 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 | 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 5ba1becf..9953534a 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.2" + uses: "actions/cache@v3.3.3" 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.2" + uses: "actions/cache@v3.3.3" 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.2" + uses: "actions/cache@v3.3.3" 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.2" + uses: "actions/cache@v3.3.3" 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.2" + uses: "actions/cache@v3.3.3" 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.2" + uses: "actions/cache@v3.3.3" 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.2" + uses: "actions/cache@v3.3.3" 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.2" + uses: "actions/cache@v3.3.3" 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.2" + uses: "actions/cache@v3.3.3" 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 abf4273a..6491e381 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.2" + uses: "actions/cache@v3.3.3" 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.2" + uses: "actions/cache@v3.3.3" with: path: ".build/php-cs-fixer" key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.ref_name }}"