We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b8608 commit 7fc4c02Copy full SHA for 7fc4c02
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Cache Composer packages
37
id: composer-cache
38
- uses: actions/cache@v3
+ uses: actions/cache@v5
39
with:
40
path: vendor
41
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments