We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7209f commit 73dfd2fCopy full SHA for 73dfd2f
.github/workflows/php.yml
@@ -50,7 +50,7 @@ jobs:
50
key: ${{ env.key }}
51
52
- name: Cache extensions
53
- uses: actions/cache@v3
+ uses: actions/cache@v4
54
with:
55
path: ${{ steps.cache-env.outputs.dir }}
56
key: ${{ steps.cache-env.outputs.key }}
0 commit comments