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 dc5822e commit bec2e8bCopy full SHA for bec2e8b
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
php-version: ${{ matrix.php }}
28
coverage: none
29
- name: Cache Composer dependencies
30
- uses: actions/cache@v3
+ uses: actions/cache@v4
31
with:
32
path: ~/.composer/cache
33
key: php-${{ matrix.php }}-composer-locked-${{ hashFiles('composer.lock') }}
@@ -50,7 +50,7 @@ jobs:
50
tools: cs2pr
51
52
53
54
55
56
key: php-composer-locked-${{ hashFiles('composer.lock') }}
0 commit comments