Skip to content

Commit 59fb41c

Browse files
authored
Merge pull request #74 from matronator/renovate/actions-cache-digest
2 parents c210440 + 07f7700 commit 59fb41c

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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
27+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
2828
with:
2929
path: vendor
3030
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)