Skip to content

Commit 34877aa

Browse files
Merge pull request #22 from CodeWithSushil/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 0354120 + 0e62bd2 commit 34877aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

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

3030
- name: Cache Composer packages
3131
id: composer-cache
32-
uses: actions/cache@v5
32+
uses: actions/cache@v6
3333
with:
3434
path: vendor
3535
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)