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 1209375 commit 8b5547eCopy full SHA for 8b5547e
.github/workflows/phpstan.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
17
- name: Setup PHP
18
uses: shivammathur/setup-php@v2
.github/workflows/style-fix.yml
@@ -10,7 +10,7 @@ jobs:
10
11
.github/workflows/tests.yml
@@ -29,7 +29,7 @@ jobs:
29
30
31
- name: Checkout code
32
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
33
34
35
0 commit comments