Skip to content

Commit

Permalink
github-actions(deps): bump actions/cache from 4.1.1 to 4.1.2
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 1e11eca commit 63269b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v4.1.1"
uses: "actions/cache@v4.1.2"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v4.1.1"
uses: "actions/cache@v4.1.2"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand All @@ -134,7 +134,7 @@ jobs:
run: ".phive/composer-normalize --ansi --dry-run"

- name: "Cache cache directory for friendsofphp/php-cs-fixer"
uses: "actions/cache@v4.1.1"
uses: "actions/cache@v4.1.2"
with:
path: ".build/php-cs-fixer"
key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.ref_name }}"
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v4.1.1"
uses: "actions/cache@v4.1.2"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v4.1.1"
uses: "actions/cache@v4.1.2"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand Down Expand Up @@ -289,7 +289,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v4.1.1"
uses: "actions/cache@v4.1.2"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand All @@ -301,7 +301,7 @@ jobs:
dependencies: "${{ matrix.dependencies }}"

- name: "Cache cache directory for rector/rector"
uses: "actions/cache@v4.1.1"
uses: "actions/cache@v4.1.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.9.2"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v4.1.1"
uses: "actions/cache@v4.1.2"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v4.1.1"
uses: "actions/cache@v4.1.2"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand Down Expand Up @@ -458,7 +458,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v4.1.1"
uses: "actions/cache@v4.1.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 @@ -45,7 +45,7 @@ jobs:
uses: "ergebnis/.github/actions/composer/determine-cache-directory@1.9.2"

- name: "Cache dependencies installed with composer"
uses: "actions/cache@v4.1.1"
uses: "actions/cache@v4.1.2"
with:
path: "${{ env.COMPOSER_CACHE_DIR }}"
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
Expand All @@ -57,7 +57,7 @@ jobs:
dependencies: "${{ matrix.dependencies }}"

- name: "Cache cache directory for friendsofphp/php-cs-fixer"
uses: "actions/cache@v4.1.1"
uses: "actions/cache@v4.1.2"
with:
path: ".build/php-cs-fixer"
key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.ref_name }}"
Expand Down

0 comments on commit 63269b4

Please sign in to comment.