Skip to content

Commit 02fa810

Browse files
chore: Update actions/cache digest to 0057852 (#453)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d93eef commit 02fa810

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Cache Composer packages
5353
id: composer-cache
54-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
54+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
5555
with:
5656
path: vendor
5757
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Cache Composer packages
8383
id: composer-cache
84-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
84+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
8585
with:
8686
path: vendor
8787
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Cache Composer packages
7171
id: composer-cache
72-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
72+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
7373
with:
7474
path: vendor
7575
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)