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 598c086 commit 5712cf3Copy full SHA for 5712cf3
1 file changed
.github/workflows/test.yml
@@ -23,15 +23,15 @@ jobs:
23
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
27
28
- name: Install PHP
29
uses: shivammathur/setup-php@v2
30
with:
31
php-version: ${{ matrix.php }}
32
33
- name: Cache PHP dependencies
34
- uses: actions/cache@v2
+ uses: actions/cache@v4
35
36
path: vendor
37
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
0 commit comments