We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d7209f + 73dfd2f commit ad24e86Copy full SHA for ad24e86
.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