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 725dd90 commit f2a0befCopy full SHA for f2a0bef
.github/workflows/static-analysis.yaml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
steps:
28
- name: Checkout
29
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
30
- name: Setup PHP
31
uses: shivammathur/setup-php@v2
32
with:
.github/workflows/tests.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
fetch-depth: 2 # needed by codecov sometimes
46
0 commit comments