We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a7cf64 + 30d2538 commit 71cb414Copy full SHA for 71cb414
.github/workflows/php-cs-fixer.yml
@@ -8,7 +8,7 @@ jobs:
8
9
steps:
10
- name: Checkout code
11
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
12
with:
13
ref: ${{ github.head_ref }}
14
.github/workflows/psalm.yml
@@ -11,7 +11,7 @@ jobs:
name: psalm
runs-on: ubuntu-latest
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
16
- name: Setup PHP
17
uses: shivammathur/setup-php@v2
.github/workflows/run-tests.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
0 commit comments