Skip to content

Commit 410f8ef

Browse files
github-actions(deps): Bump actions/cache from 4.2.1 to 4.2.2
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 102646e commit 410f8ef

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/integrate.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: "ergebnis/.github/actions/composer/[email protected]"
5252

5353
- name: "Cache dependencies installed with composer"
54-
uses: "actions/[email protected].1"
54+
uses: "actions/[email protected].2"
5555
with:
5656
path: "${{ env.COMPOSER_CACHE_DIR }}"
5757
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
@@ -122,7 +122,7 @@ jobs:
122122
uses: "ergebnis/.github/actions/composer/[email protected]"
123123

124124
- name: "Cache dependencies installed with composer"
125-
uses: "actions/[email protected].1"
125+
uses: "actions/[email protected].2"
126126
with:
127127
path: "${{ env.COMPOSER_CACHE_DIR }}"
128128
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
@@ -137,7 +137,7 @@ jobs:
137137
run: "composer normalize --ansi --dry-run"
138138

139139
- name: "Cache cache directory for friendsofphp/php-cs-fixer"
140-
uses: "actions/[email protected].1"
140+
uses: "actions/[email protected].2"
141141
with:
142142
path: ".build/php-cs-fixer"
143143
key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.ref_name }}"
@@ -185,7 +185,7 @@ jobs:
185185
uses: "ergebnis/.github/actions/composer/[email protected]"
186186

187187
- name: "Cache dependencies installed with composer"
188-
uses: "actions/[email protected].1"
188+
uses: "actions/[email protected].2"
189189
with:
190190
path: "${{ env.COMPOSER_CACHE_DIR }}"
191191
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
@@ -242,7 +242,7 @@ jobs:
242242
uses: "ergebnis/.github/actions/composer/[email protected]"
243243

244244
- name: "Cache dependencies installed with composer"
245-
uses: "actions/[email protected].1"
245+
uses: "actions/[email protected].2"
246246
with:
247247
path: "${{ env.COMPOSER_CACHE_DIR }}"
248248
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
@@ -320,7 +320,7 @@ jobs:
320320
uses: "ergebnis/.github/actions/composer/[email protected]"
321321

322322
- name: "Cache dependencies installed with composer"
323-
uses: "actions/[email protected].1"
323+
uses: "actions/[email protected].2"
324324
with:
325325
path: "${{ env.COMPOSER_CACHE_DIR }}"
326326
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
@@ -332,7 +332,7 @@ jobs:
332332
dependencies: "${{ matrix.dependencies }}"
333333

334334
- name: "Cache cache directory for rector/rector"
335-
uses: "actions/[email protected].1"
335+
uses: "actions/[email protected].2"
336336
with:
337337
path: ".build/rector"
338338
key: "php-${{ matrix.php-version }}-rector-${{ github.ref_name }}"
@@ -379,7 +379,7 @@ jobs:
379379
uses: "ergebnis/.github/actions/composer/[email protected]"
380380

381381
- name: "Cache dependencies installed with composer"
382-
uses: "actions/[email protected].1"
382+
uses: "actions/[email protected].2"
383383
with:
384384
path: "${{ env.COMPOSER_CACHE_DIR }}"
385385
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
@@ -429,7 +429,7 @@ jobs:
429429
uses: "ergebnis/.github/actions/composer/[email protected]"
430430

431431
- name: "Cache dependencies installed with composer"
432-
uses: "actions/[email protected].1"
432+
uses: "actions/[email protected].2"
433433
with:
434434
path: "${{ env.COMPOSER_CACHE_DIR }}"
435435
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
@@ -722,7 +722,7 @@ jobs:
722722
uses: "ergebnis/.github/actions/composer/[email protected]"
723723

724724
- name: "Cache dependencies installed with composer"
725-
uses: "actions/[email protected].1"
725+
uses: "actions/[email protected].2"
726726
with:
727727
path: "${{ env.COMPOSER_CACHE_DIR }}"
728728
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-phpunit-${{ matrix.phpunit-version }}-${{ hashFiles('composer.lock') }}"

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: "ergebnis/.github/actions/composer/[email protected]"
5050

5151
- name: "Cache dependencies installed with composer"
52-
uses: "actions/[email protected].1"
52+
uses: "actions/[email protected].2"
5353
with:
5454
path: "${{ env.COMPOSER_CACHE_DIR }}"
5555
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"

.github/workflows/renew.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: "ergebnis/.github/actions/composer/[email protected]"
4646

4747
- name: "Cache dependencies installed with composer"
48-
uses: "actions/[email protected].1"
48+
uses: "actions/[email protected].2"
4949
with:
5050
path: "${{ env.COMPOSER_CACHE_DIR }}"
5151
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
@@ -57,7 +57,7 @@ jobs:
5757
dependencies: "${{ matrix.dependencies }}"
5858

5959
- name: "Cache cache directory for friendsofphp/php-cs-fixer"
60-
uses: "actions/[email protected].1"
60+
uses: "actions/[email protected].2"
6161
with:
6262
path: ".build/php-cs-fixer"
6363
key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.ref_name }}"

0 commit comments

Comments
 (0)