Skip to content

Commit c6dcec2

Browse files
authored
Merge pull request #75 from zumba/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 14ddf73 + 4bf1d4f commit c6dcec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: composer validate
2121
- name: Cache Composer packages
2222
id: composer-cache
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
path: vendor
2626
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)