Skip to content

Commit 35c80e2

Browse files
authored
Merge pull request #1 from usevalid-email/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents b33e146 + c56b7d9 commit 35c80e2

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
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Cache Composer packages
3737
id: composer-cache
38-
uses: actions/cache@v3
38+
uses: actions/cache@v4
3939
with:
4040
path: vendor
4141
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)