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 0c26e60 commit f17c857Copy full SHA for f17c857
.github/workflows/php.yml
@@ -229,7 +229,7 @@ jobs:
229
run: echo PHPSTAN_TMP_DIR=$(php -r "print sys_get_temp_dir() . '/phpstan';") >> $GITHUB_OUTPUT
230
id: phpstan_tmp_dir
231
- name: cache phpstan
232
- uses: actions/cache@v3
+ uses: actions/cache@v4
233
with:
234
path: ${{ steps.phpstan_tmp_dir.outputs.PHPSTAN_TMP_DIR }}
235
key: ${{ runner.os }}-phpstan-core-baseline
0 commit comments