We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb2180 commit a7ee39bCopy full SHA for a7ee39b
.github/workflows/ci.yml
@@ -18,9 +18,7 @@ jobs:
18
- uses: actions/cache@v4
19
id: cache-php
20
with:
21
- path: |
22
- libraries/vendor
23
- plugins/system/webauthn/fido.jwt
+ path: libraries/vendor
24
key: ${{ runner.os }}-composer-${{ hashFiles('composer.lock') }}
25
- name: Install PHP dependencies
26
if: steps.cache-php.outputs.cache-hit != 'true'
@@ -341,9 +339,7 @@ jobs:
341
339
- uses: actions/checkout@v4
342
340
- uses: actions/cache/restore@v4
343
344
345
346
347
348
349
0 commit comments