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 ac914b7 commit 7ef6495Copy full SHA for 7ef6495
.github/workflows/cs.yaml
@@ -17,7 +17,7 @@ jobs:
17
name: PHP ${{ matrix.php-version }}
18
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
21
22
- name: Setup PHP
23
uses: shivammathur/setup-php@v2
.github/workflows/mt.yaml
@@ -19,7 +19,7 @@ jobs:
name: PHP ${{ matrix.php-version }} ${{ matrix.dependencies }}
24
25
.github/workflows/tests.yaml
@@ -23,7 +23,7 @@ jobs:
name: PHP ${{ matrix.php-version }} ${{ matrix.legend }}
26
- - uses: actions/checkout@v3
27
28
29
0 commit comments