We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4dac97 commit f810e12Copy full SHA for f810e12
.github/workflows/continuous_integration.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "::set-output name=dir::$(composer config cache-files-dir)"
45
46
- name: composer-cache
47
- uses: actions/cache@v3
+ uses: actions/cache@v4
48
with:
49
path: ${{ steps.composercache.outputs.dir }}
50
key: composer-${{ hashFiles('**/composer.json') }}-${{ matrix.install-args }}
@@ -61,7 +61,7 @@ jobs:
61
run: "vendor/bin/phpunit"
62
63
- name: phpstan-cache
64
65
66
key: phpstan-${{ matrix.php-version }}-${{ matrix.install-args }}-${{ github.ref }}-${{ github.sha }}
67
path: .phpstan-cache
0 commit comments