Skip to content

Commit ad24e86

Browse files
authored
Merge pull request #812 from shivammathur/dependabot/github_actions/develop/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 6d7209f + 73dfd2f commit ad24e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
key: ${{ env.key }}
5151

5252
- name: Cache extensions
53-
uses: actions/cache@v3
53+
uses: actions/cache@v4
5454
with:
5555
path: ${{ steps.cache-env.outputs.dir }}
5656
key: ${{ steps.cache-env.outputs.key }}

0 commit comments

Comments
 (0)