Skip to content

Commit 9b36464

Browse files
chore(deps): update actions/cache action to v4.3.0
1 parent 42f350a commit 9b36464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

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

103103
- name: Cache Composer packages
104104
id: composer-cache
105-
uses: actions/cache@v4
105+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
106106
with:
107107
path: src/${{ matrix.project }}/vendor
108108
key: ${{ runner.os }}-${{ matrix.php-version }}-php-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)