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 0c398cb + fc14e14 commit 3bd2756Copy full SHA for 3bd2756
.github/workflows/code-style.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
15
- name: Check the code style
16
uses: TheDragonCode/codestyler@v5
.github/workflows/phpunit.yml
@@ -16,7 +16,7 @@ jobs:
17
18
19
20
21
- name: Setup PHP
22
uses: shivammathur/setup-php@v2
0 commit comments