We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba8052f + c4d9986 commit aa87948Copy full SHA for aa87948
1 file changed
.github/workflows/test.yaml
@@ -34,7 +34,7 @@ jobs:
34
echo "::set-output name=dir::$(composer config cache-files-dir)"
35
36
- name: composer-cache
37
- uses: actions/cache@v5.0.2
+ uses: actions/cache@v5.0.5
38
with:
39
path: ${{ steps.composercache.outputs.dir }}
40
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -52,7 +52,7 @@ jobs:
52
vendor/bin/simple-phpunit --no-coverage
53
54
- name: phpstan-cache
55
56
57
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
58
path: .phpstan-cache
0 commit comments