Skip to content

Commit 9f81d25

Browse files
authored
Merge pull request #202 from ergebnis/dependabot/github_actions/actions/cache-3.2.4
github-actions(deps): Bump actions/cache from 3.0.11 to 3.2.4
2 parents b19b813 + 6c3c1ca commit 9f81d25

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/integrate.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: "ergebnis/.github/actions/composer/[email protected]"
4444

4545
- name: "Cache dependencies installed with composer"
46-
uses: "actions/cache@v3.0.11"
46+
uses: "actions/cache@v3.2.4"
4747
with:
4848
path: "${{ env.COMPOSER_CACHE_DIR }}"
4949
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
@@ -106,7 +106,7 @@ jobs:
106106
uses: "ergebnis/.github/actions/composer/[email protected]"
107107

108108
- name: "Cache dependencies installed with composer"
109-
uses: "actions/cache@v3.0.11"
109+
uses: "actions/cache@v3.2.4"
110110
with:
111111
path: "${{ env.COMPOSER_CACHE_DIR }}"
112112
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
@@ -124,7 +124,7 @@ jobs:
124124
run: "mkdir -p .build/php-cs-fixer"
125125

126126
- name: "Cache cache directory for friendsofphp/php-cs-fixer"
127-
uses: "actions/cache@v3.0.11"
127+
uses: "actions/cache@v3.2.4"
128128
with:
129129
path: ".build/php-cs-fixer"
130130
key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.sha }}"
@@ -164,7 +164,7 @@ jobs:
164164
uses: "ergebnis/.github/actions/composer/[email protected]"
165165

166166
- name: "Cache dependencies installed with composer"
167-
uses: "actions/cache@v3.0.11"
167+
uses: "actions/cache@v3.2.4"
168168
with:
169169
path: "${{ env.COMPOSER_CACHE_DIR }}"
170170
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/cache@v3.0.11"
245+
uses: "actions/cache@v3.2.4"
246246
with:
247247
path: "${{ env.COMPOSER_CACHE_DIR }}"
248248
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
@@ -294,7 +294,7 @@ jobs:
294294
uses: "ergebnis/.github/actions/composer/[email protected]"
295295

296296
- name: "Cache dependencies installed with composer"
297-
uses: "actions/cache@v3.0.11"
297+
uses: "actions/cache@v3.2.4"
298298
with:
299299
path: "${{ env.COMPOSER_CACHE_DIR }}"
300300
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"

.github/workflows/renew.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: "ergebnis/.github/actions/composer/[email protected]"
4444

4545
- name: "Cache dependencies installed with composer"
46-
uses: "actions/cache@v3.0.11"
46+
uses: "actions/cache@v3.2.4"
4747
with:
4848
path: "${{ env.COMPOSER_CACHE_DIR }}"
4949
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
@@ -58,7 +58,7 @@ jobs:
5858
run: "mkdir -p .build/php-cs-fixer"
5959

6060
- name: "Cache cache directory for friendsofphp/php-cs-fixer"
61-
uses: "actions/cache@v3.0.11"
61+
uses: "actions/cache@v3.2.4"
6262
with:
6363
path: ".build/php-cs-fixer"
6464
key: "php-${{ matrix.php-version }}-php-cs-fixer-${{ github.sha }}"

0 commit comments

Comments
 (0)