Skip to content

Commit 4d89532

Browse files
Update actions/cache action to v4.3.0
1 parent e2c4fd9 commit 4d89532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717
- name: Cache composer packages
18-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
18+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
1919
with:
2020
path: ./vendor/
2121
key: ${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3535
- name: Cache composer packages
36-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
36+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3737
with:
3838
path: ./vendor/
3939
key: ${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)