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.
2 parents 3e9944b + 668cf6b commit 617b444Copy full SHA for 617b444
.github/workflows/code-style.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
14
15
- name: Check the code style
16
uses: TheDragonCode/codestyler@v5
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
- name: Setup PHP
23
uses: shivammathur/setup-php@v2
0 commit comments