Skip to content

Commit d2c3cf4

Browse files
authored
Merge pull request #10 from php-toolkit/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 3489537 + ac20d63 commit d2c3cf4

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
- name: Checkout
2525
uses: actions/checkout@v6
2626

27-
- uses: actions/cache@v4
27+
- uses: actions/cache@v5
2828
with:
2929
path: ~/.composer/cache/files
3030
key: ${{ matrix.php }}

0 commit comments

Comments
 (0)