We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5be98d9 + fe0878c commit 77b516aCopy full SHA for 77b516a
1 file changed
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Cache Composer packages
51
id: composer-cache
52
- uses: actions/cache@v3
+ uses: actions/cache@v5
53
with:
54
path: vendor
55
key: ${{ runner.os }}-php-${{ matrix.php-version }}-${{ hashFiles('**/composer.lock') }}
0 commit comments