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 29d0dd9 commit b1e7bfdCopy full SHA for b1e7bfd
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
extensions: '${{ env.php_extensions }}'
43
key: '${{ env.key }}'
44
- name: 'Cache extensions'
45
- uses: actions/cache@v1
+ uses: actions/cache@v4
46
with:
47
path: '${{ steps.cache-env.outputs.dir }}'
48
key: '${{ steps.cache-env.outputs.key }}'
@@ -131,7 +131,7 @@ jobs:
131
extensions: ${{ env.php_extensions }}
132
133
134
135
136
137
0 commit comments