We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d92d90 + 9bb73a5 commit cc2e4c9Copy full SHA for cc2e4c9
2 files changed
.github/workflows/phpcs.yml
@@ -37,7 +37,7 @@ jobs:
37
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
38
39
- name: Cache Composer
40
- uses: actions/cache@v3
+ uses: actions/cache@v4
41
with:
42
path: ${{ steps.composer-cache.outputs.dir }}
43
key: ${{ runner.os }}-php${{ matrix.php-version }}-composer-${{ hashFiles('**/composer.json') }}
.github/workflows/tests.yml
@@ -105,7 +105,7 @@ jobs:
105
106
107
108
109
110
111
0 commit comments