Skip to content

Commit 90bb2bd

Browse files
deps(deps): update actions/cache action to v4.2.0
1 parent 69303aa commit 90bb2bd

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
working-directory: app
117117

118118
- name: ♻️ Restore cached dependencies installed with composer
119-
uses: actions/cache@v4.0.2
119+
uses: actions/cache@v4.2.0
120120
with:
121121
path: ${{ env.COMPOSER_CACHE_DIR }}
122122
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -185,7 +185,7 @@ jobs:
185185
working-directory: app
186186

187187
- name: ♻️ Restore cached dependencies installed with composer
188-
uses: actions/cache@v4.0.2
188+
uses: actions/cache@v4.2.0
189189
with:
190190
path: ${{ env.COMPOSER_CACHE_DIR }}
191191
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}

.github/workflows/dependency-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
working-directory: app
6464

6565
- name: ♻️ Restore cached dependencies installed with composer
66-
uses: actions/cache@v4.0.2
66+
uses: actions/cache@v4.2.0
6767
with:
6868
path: ${{ env.COMPOSER_CACHE_DIR }}
6969
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -126,7 +126,7 @@ jobs:
126126
working-directory: app
127127

128128
- name: ♻️ Restore cached dependencies installed with composer
129-
uses: actions/cache@v4.0.2
129+
uses: actions/cache@v4.2.0
130130
with:
131131
path: ${{ env.COMPOSER_CACHE_DIR }}
132132
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}

.github/workflows/refactoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
working-directory: app
5858

5959
- name: ♻️ Restore cached dependencies installed with composer
60-
uses: actions/cache@v4.0.2
60+
uses: actions/cache@v4.2.0
6161
with:
6262
path: ${{ env.COMPOSER_CACHE_DIR }}
6363
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}

.github/workflows/security-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
working-directory: app
5353

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

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
working-directory: app
5252

5353
- name: ♻️ Restore cached dependencies installed with composer
54-
uses: actions/cache@v4.0.2
54+
uses: actions/cache@v4.2.0
5555
with:
5656
path: ${{ env.COMPOSER_CACHE_DIR }}
5757
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -105,7 +105,7 @@ jobs:
105105
working-directory: app
106106

107107
- name: ♻️ Restore cached dependencies installed with composer
108-
uses: actions/cache@v4.0.2
108+
uses: actions/cache@v4.2.0
109109
with:
110110
path: ${{ env.COMPOSER_CACHE_DIR }}
111111
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
working-directory: app
6161

6262
- name: ♻️ Restore cached dependencies installed with composer
63-
uses: actions/cache@v4.0.2
63+
uses: actions/cache@v4.2.0
6464
with:
6565
path: ${{ env.COMPOSER_CACHE_DIR }}
6666
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -131,7 +131,7 @@ jobs:
131131
working-directory: app
132132

133133
- name: ♻️ Restore cached dependencies installed with composer
134-
uses: actions/cache@v4.0.2
134+
uses: actions/cache@v4.2.0
135135
with:
136136
path: ${{ env.COMPOSER_CACHE_DIR }}
137137
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -195,7 +195,7 @@ jobs:
195195
working-directory: app
196196

197197
- name: ♻️ Restore cached dependencies installed with composer
198-
uses: actions/cache@v4.0.2
198+
uses: actions/cache@v4.2.0
199199
with:
200200
path: ${{ env.COMPOSER_CACHE_DIR }}
201201
key: php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}

0 commit comments

Comments
 (0)