Skip to content

Commit e5d4657

Browse files
Merge pull request #1 from CodeWithSushil/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 81faece + c27876e commit e5d4657

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
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Cache Composer packages
2424
id: composer-cache
25-
uses: actions/cache@v3
25+
uses: actions/cache@v4
2626
with:
2727
path: vendor
2828
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)