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 31e42de + f2a0bef commit ed956eaCopy full SHA for ed956ea
.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
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
fetch-depth: 2 # needed by codecov sometimes
50
0 commit comments