We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba1502 commit 6604315Copy full SHA for 6604315
.github/workflows/run-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Cache Composer packages
26
id: composer-cache
27
- uses: actions/cache@v2
+ uses: actions/cache@v4
28
with:
29
path: vendor
30
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments