We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e8fb90 + 40c80c0 commit 6a45989Copy full SHA for 6a45989
.github/workflows/CI.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
19
steps:
20
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
21
22
- name: Setup PHP
23
uses: shivammathur/setup-php@v2
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Checkout repository
41
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/phpCS.yml
@@ -7,7 +7,7 @@ jobs:
7
name: PHP CodeSniffer
8
runs-on: ubuntu-latest
9
10
11
12
13
0 commit comments