Skip to content

Commit

Permalink
github-actions(deps): Bump actions/cache from 3.0.11 to 3.2.2
Browse files Browse the repository at this point in the history
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](actions/cache@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 2, 2023
1 parent 2a221ef commit 80582c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}"
Expand Down Expand Up @@ -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') }}"
Expand All @@ -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 }}"
Expand Down Expand Up @@ -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') }}"
Expand Down Expand Up @@ -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') }}"
Expand Down Expand Up @@ -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') }}"
Expand All @@ -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 }}"
Expand Down Expand Up @@ -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') }}"
Expand Down Expand Up @@ -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') }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/renew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}"
Expand All @@ -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 }}"
Expand Down

0 comments on commit 80582c6

Please sign in to comment.