File tree 8 files changed +13
-13
lines changed
8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
working-directory : app
116
116
117
117
- name : ♻️ Restore cached dependencies installed with composer
118
- uses : actions/cache@v4.0.2
118
+ uses : actions/cache@v4.2.1
119
119
with :
120
120
path : ${{ env.COMPOSER_CACHE_DIR }}
121
121
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -184,7 +184,7 @@ jobs:
184
184
working-directory : app
185
185
186
186
- name : ♻️ Restore cached dependencies installed with composer
187
- uses : actions/cache@v4.0.2
187
+ uses : actions/cache@v4.2.1
188
188
with :
189
189
path : ${{ env.COMPOSER_CACHE_DIR }}
190
190
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 61
61
working-directory : app
62
62
63
63
- name : ♻️ Restore cached dependencies installed with composer
64
- uses : actions/cache@v4.0.2
64
+ uses : actions/cache@v4.2.1
65
65
with :
66
66
path : ${{ env.COMPOSER_CACHE_DIR }}
67
67
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -124,7 +124,7 @@ jobs:
124
124
working-directory : app
125
125
126
126
- name : ♻️ Restore cached dependencies installed with composer
127
- uses : actions/cache@v4.0.2
127
+ uses : actions/cache@v4.2.1
128
128
with :
129
129
path : ${{ env.COMPOSER_CACHE_DIR }}
130
130
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 56
56
working-directory : app
57
57
58
58
- name : ♻️ Restore cached dependencies installed with composer
59
- uses : actions/cache@v4.0.2
59
+ uses : actions/cache@v4.2.1
60
60
with :
61
61
path : ${{ env.COMPOSER_CACHE_DIR }}
62
62
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 56
56
working-directory : app
57
57
58
58
- name : ♻️ Restore cached dependencies installed with composer
59
- uses : actions/cache@v4.0.2
59
+ uses : actions/cache@v4.2.1
60
60
with :
61
61
path : ${{ env.COMPOSER_CACHE_DIR }}
62
62
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 57
57
working-directory : app
58
58
59
59
- name : ♻️ Restore cached dependencies installed with composer
60
- uses : actions/cache@v4.0.2
60
+ uses : actions/cache@v4.2.1
61
61
with :
62
62
path : ${{ env.COMPOSER_CACHE_DIR }}
63
63
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 52
52
working-directory : app
53
53
54
54
- name : ♻️ Restore cached dependencies installed with composer
55
- uses : actions/cache@v4.0.2
55
+ uses : actions/cache@v4.2.1
56
56
with :
57
57
path : ${{ env.COMPOSER_CACHE_DIR }}
58
58
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 63
63
working-directory : app
64
64
65
65
- name : ♻️ Restore cached dependencies installed with composer
66
- uses : actions/cache@v4.0.2
66
+ uses : actions/cache@v4.2.1
67
67
with :
68
68
path : ${{ env.COMPOSER_CACHE_DIR }}
69
69
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -117,7 +117,7 @@ jobs:
117
117
working-directory : app
118
118
119
119
- name : ♻️ Restore cached dependencies installed with composer
120
- uses : actions/cache@v4.0.2
120
+ uses : actions/cache@v4.2.1
121
121
with :
122
122
path : ${{ env.COMPOSER_CACHE_DIR }}
123
123
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 60
60
working-directory : app
61
61
62
62
- name : ♻️ Restore cached dependencies installed with composer
63
- uses : actions/cache@v4.0.2
63
+ uses : actions/cache@v4.2.1
64
64
with :
65
65
path : ${{ env.COMPOSER_CACHE_DIR }}
66
66
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -131,7 +131,7 @@ jobs:
131
131
working-directory : app
132
132
133
133
- name : ♻️ Restore cached dependencies installed with composer
134
- uses : actions/cache@v4.0.2
134
+ uses : actions/cache@v4.2.1
135
135
with :
136
136
path : ${{ env.COMPOSER_CACHE_DIR }}
137
137
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
@@ -195,7 +195,7 @@ jobs:
195
195
working-directory : app
196
196
197
197
- name : ♻️ Restore cached dependencies installed with composer
198
- uses : actions/cache@v4.0.2
198
+ uses : actions/cache@v4.2.1
199
199
with :
200
200
path : ${{ env.COMPOSER_CACHE_DIR }}
201
201
key : php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}
You can’t perform that action at this time.
0 commit comments