We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b79c7cd + 14bf7d9 commit d8253caCopy full SHA for d8253ca
1 file changed
.github/workflows/grumphp.yml
@@ -38,7 +38,7 @@ jobs:
38
id: composercache
39
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
40
- name: Cache dependencies
41
- uses: actions/cache@v4
+ uses: actions/cache@v5
42
with:
43
path: ${{ steps.composercache.outputs.dir }}
44
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments