We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7323d commit e381caaCopy full SHA for e381caa
.github/workflows/run-tests.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout code
27
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
28
29
- name: Setup PHP
30
uses: shivammathur/setup-php@v2
.github/workflows/static-analysis.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
22
@@ -54,7 +54,7 @@ jobs:
54
runs-on: ubuntu-latest
55
56
57
58
59
60
0 commit comments