Skip to content

Commit acb2af4

Browse files
Update actions/cache digest to 6682284 (#123)
1 parent 6c567cb commit acb2af4

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
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Cache Composer packages
2626
id: composer-cache
27-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
27+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
2828
with:
2929
path: vendor
3030
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)