Skip to content

Commit 752a3fc

Browse files
Update actions/cache digest to caa2961
1 parent 022d6ff commit 752a3fc

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/continuous-integration-optional.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
4646
working-directory: api
4747

48-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
48+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
4949
with:
5050
path: ${{ steps.composer-cache.outputs.dir }}
5151
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -75,7 +75,7 @@ jobs:
7575
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
7676
working-directory: api
7777

78-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
78+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
7979
with:
8080
path: ${{ steps.composer-cache.outputs.dir }}
8181
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -123,7 +123,7 @@ jobs:
123123
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
124124
working-directory: api
125125

126-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
126+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
127127
with:
128128
path: ${{ steps.composer-cache.outputs.dir }}
129129
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

.github/workflows/continuous-integration.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
101101
working-directory: api
102102

103-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
103+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
104104
with:
105105
path: ${{ steps.composer-cache.outputs.dir }}
106106
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
node-version: '24.17.0'
125125

126-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
126+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
127127
with:
128128
path: ~/.npm
129129
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -148,7 +148,7 @@ jobs:
148148
with:
149149
node-version: '24.17.0'
150150

151-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
151+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
152152
with:
153153
path: ~/.npm
154154
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -177,7 +177,7 @@ jobs:
177177
with:
178178
node-version: '24.17.0'
179179

180-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
180+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
181181
with:
182182
path: ~/.npm
183183
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -206,7 +206,7 @@ jobs:
206206
with:
207207
node-version: '24.17.0'
208208

209-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
209+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
210210
with:
211211
path: ~/.npm
212212
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -238,7 +238,7 @@ jobs:
238238
with:
239239
node-version: '24.17.0'
240240

241-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
241+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
242242
with:
243243
path: ~/.npm
244244
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -296,7 +296,7 @@ jobs:
296296
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
297297
working-directory: api
298298

299-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
299+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
300300
with:
301301
path: ${{ steps.composer-cache.outputs.dir }}
302302
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -377,7 +377,7 @@ jobs:
377377
with:
378378
node-version: '24.17.0'
379379

380-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
380+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
381381
with:
382382
path: ~/.npm
383383
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -420,7 +420,7 @@ jobs:
420420
with:
421421
node-version: '24.17.0'
422422

423-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
423+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
424424
with:
425425
path: ~/.npm
426426
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -459,7 +459,7 @@ jobs:
459459
with:
460460
node-version: '24.17.0'
461461

462-
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
462+
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
463463
with:
464464
path: ~/.npm
465465
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/reusable-e2e-tests-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
docker image ls -a --digests
4949
5050
- name: Restore cache volumes (npm, composer)
51-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
51+
uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
5252
with:
5353
path: .cache
5454
key: docker-compose-${{ hashFiles('frontend/package-lock.json', 'print/package-lock.json', 'api/composer.lock') }}-${{ matrix.browser }}

0 commit comments

Comments
 (0)