We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09311e commit 3897db6Copy full SHA for 3897db6
.github/workflows/on-pull-request.yml
@@ -23,7 +23,7 @@ jobs:
23
name: Test - php:${{ matrix.php }}; composer:${{ matrix.composer }}
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
27
- name: Install PHP
28
uses: shivammathur/setup-php@v2
29
with:
0 commit comments