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 d374eb6 commit 56e883aCopy full SHA for 56e883a
.github/workflows/static-analysis.yml
@@ -21,7 +21,7 @@ jobs:
21
22
steps:
23
- name: Checkout code
24
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
25
26
- name: Setup PHP
27
uses: shivammathur/setup-php@v2
.github/workflows/tests.yml
@@ -59,7 +59,7 @@ jobs:
59
git config --global core.eol lf
60
61
62
63
64
65
0 commit comments