Skip to content

Commit 38d405e

Browse files
deps(deps): update actions/cache action to v4.2.2
1 parent b8dec33 commit 38d405e

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/coding-standards.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: wayofdev/gh-actions/actions/composer/[email protected]
108108

109109
- name: ♻️ Restore cached dependencies installed with composer
110-
uses: actions/cache@v4.0.2
110+
uses: actions/cache@v4.2.2
111111
with:
112112
path: ${{ env.COMPOSER_CACHE_DIR }}
113113
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -171,7 +171,7 @@ jobs:
171171
uses: wayofdev/gh-actions/actions/composer/[email protected]
172172

173173
- name: ♻️ Restore cached dependencies installed with composer
174-
uses: actions/cache@v4.0.2
174+
uses: actions/cache@v4.2.2
175175
with:
176176
path: ${{ env.COMPOSER_CACHE_DIR }}
177177
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}

.github/workflows/dependency-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: wayofdev/gh-actions/actions/composer/[email protected]
6363

6464
- name: ♻️ Restore cached dependencies installed with composer
65-
uses: actions/cache@v4.0.2
65+
uses: actions/cache@v4.2.2
6666
with:
6767
path: ${{ env.COMPOSER_CACHE_DIR }}
6868
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}

.github/workflows/refactoring.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: wayofdev/gh-actions/actions/composer/[email protected]
5252

5353
- name: ♻️ Restore cached dependencies installed with composer
54-
uses: actions/cache@v4.0.2
54+
uses: actions/cache@v4.2.2
5555
with:
5656
path: ${{ env.COMPOSER_CACHE_DIR }}
5757
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}

.github/workflows/security-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: wayofdev/gh-actions/actions/composer/[email protected]
4949

5050
- name: ♻️ Restore cached dependencies installed with composer
51-
uses: actions/cache@v4.0.2
51+
uses: actions/cache@v4.2.2
5252
with:
5353
path: ${{ env.COMPOSER_CACHE_DIR }}
5454
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}

.github/workflows/static-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: wayofdev/gh-actions/actions/composer/[email protected]
6565

6666
- name: ♻️ Restore cached dependencies installed with composer
67-
uses: actions/cache@v4.0.2
67+
uses: actions/cache@v4.2.2
6868
with:
6969
path: ${{ env.COMPOSER_CACHE_DIR }}
7070
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -115,7 +115,7 @@ jobs:
115115
uses: wayofdev/gh-actions/actions/composer/[email protected]
116116

117117
- name: ♻️ Restore cached dependencies installed with composer
118-
uses: actions/cache@v4.0.2
118+
uses: actions/cache@v4.2.2
119119
with:
120120
path: ${{ env.COMPOSER_CACHE_DIR }}
121121
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}

.github/workflows/testing.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: wayofdev/gh-actions/actions/composer/[email protected]
5151

5252
- name: ♻️ Restore cached dependencies installed with composer
53-
uses: actions/cache@v4.0.2
53+
uses: actions/cache@v4.2.2
5454
with:
5555
path: ${{ env.COMPOSER_CACHE_DIR }}
5656
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -113,7 +113,7 @@ jobs:
113113
uses: wayofdev/gh-actions/actions/composer/[email protected]
114114

115115
- name: ♻️ Restore cached dependencies installed with composer
116-
uses: actions/cache@v4.0.2
116+
uses: actions/cache@v4.2.2
117117
with:
118118
path: ${{ env.COMPOSER_CACHE_DIR }}
119119
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -170,7 +170,7 @@ jobs:
170170
uses: wayofdev/gh-actions/actions/composer/[email protected]
171171

172172
- name: ♻️ Restore cached dependencies installed with composer
173-
uses: actions/cache@v4.0.2
173+
uses: actions/cache@v4.2.2
174174
with:
175175
path: ${{ env.COMPOSER_CACHE_DIR }}
176176
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -225,7 +225,7 @@ jobs:
225225
uses: wayofdev/gh-actions/actions/composer/[email protected]
226226

227227
- name: ♻️ Restore cached dependencies installed with composer
228-
uses: actions/cache@v4.0.2
228+
uses: actions/cache@v4.2.2
229229
with:
230230
path: ${{ env.COMPOSER_CACHE_DIR }}
231231
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}

0 commit comments

Comments
 (0)