We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6475d9 commit e7f9100Copy full SHA for e7f9100
.github/actions/setup/action.yml
@@ -24,7 +24,7 @@ runs:
24
with:
25
php-version: ${{ inputs.php-version }}
26
extensions: "mongodb-${{ inputs.driver-version }}"
27
- key: "extcache-v1"
+ key: "extcache-${{ inputs.driver-version }}"
28
29
- name: Cache extensions
30
uses: actions/cache@v4
0 commit comments