We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fa805f + a20c6dc commit 7d887aaCopy full SHA for 7d887aa
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
run: composer validate --strict
29
30
- name: Cache Composer dependencies
31
- uses: actions/cache@v4
+ uses: actions/cache@v5
32
with:
33
path: vendor
34
key: composer-${{ runner.os }}-${{ matrix.php }}-${{ hashFiles('composer.lock') }}
0 commit comments