Skip to content

Commit f85e69d

Browse files
chore(deps): update actions/cache digest to 0400d5f
1 parent 8c9458e commit f85e69d

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
48+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
78+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
126+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
127127
with:
128128
path: ${{ steps.composer-cache.outputs.dir }}
129129
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

.github/workflows/continuous-integration.yml

Lines changed: 9 additions & 9 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@5a3ec84eff668545956fd18022155c47e93e2684 # v4
103+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
104104
with:
105105
path: ${{ steps.composer-cache.outputs.dir }}
106106
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
node-version: '24.5.0'
128128

129-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
129+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
130130
with:
131131
path: ~/.npm
132132
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -155,7 +155,7 @@ jobs:
155155
with:
156156
node-version: '24.5.0'
157157

158-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
158+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
159159
with:
160160
path: ~/.npm
161161
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -184,7 +184,7 @@ jobs:
184184
with:
185185
node-version: '24.5.0'
186186

187-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
187+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
188188
with:
189189
path: ~/.npm
190190
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -216,7 +216,7 @@ jobs:
216216
with:
217217
node-version: '24.5.0'
218218

219-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
219+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
220220
with:
221221
path: ~/.npm
222222
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -274,7 +274,7 @@ jobs:
274274
run: 'echo "dir=$(composer config cache-files-dir)" | tr -d "\n" >> $GITHUB_OUTPUT'
275275
working-directory: api
276276

277-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
277+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
278278
with:
279279
path: ${{ steps.composer-cache.outputs.dir }}
280280
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -355,7 +355,7 @@ jobs:
355355
with:
356356
node-version: '24.5.0'
357357

358-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
358+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
359359
with:
360360
path: ~/.npm
361361
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -398,7 +398,7 @@ jobs:
398398
with:
399399
node-version: '24.5.0'
400400

401-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
401+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
402402
with:
403403
path: ~/.npm
404404
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -437,7 +437,7 @@ jobs:
437437
with:
438438
node-version: '24.5.0'
439439

440-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
440+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
441441
with:
442442
path: ~/.npm
443443
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
@@ -42,7 +42,7 @@ jobs:
4242
docker image ls -a --digests
4343
4444
- name: Restore cache volumes (npm, composer)
45-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
45+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
4646
with:
4747
path: .cache
4848
key: docker-compose-${{ hashFiles('frontend/package-lock.json', 'print/package-lock.json', 'api/composer.lock') }}-${{ matrix.browser }}

0 commit comments

Comments
 (0)