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 b4540ea commit c75afb7Copy full SHA for c75afb7
.github/workflows/coding-standards.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: "Checkout"
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
18
- name: "Install PHP"
19
uses: "shivammathur/setup-php@v2"
.github/workflows/continuous-integration.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
with:
32
fetch-depth: 2
33
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
.github/workflows/static-analysis.yml
- name: "Checkout code"
0 commit comments