We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1821fad commit a7c29a4Copy full SHA for a7c29a4
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
extensions: '${{ env.php_extensions }}'
50
key: '${{ env.key }}'
51
- name: 'Cache extensions'
52
- uses: actions/cache@v1
+ uses: actions/cache@v4
53
with:
54
path: '${{ steps.cache-env.outputs.dir }}'
55
key: '${{ steps.cache-env.outputs.key }}'
@@ -120,7 +120,7 @@ jobs:
120
extensions: ${{ env.php_extensions }}
121
122
123
124
125
126
0 commit comments