We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56f7bc commit f77cfc4Copy full SHA for f77cfc4
.github/workflows/ci.yaml
@@ -35,7 +35,7 @@ jobs:
35
36
steps:
37
- name: Checkout code
38
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
39
40
- name: Setup PHP
41
uses: shivammathur/setup-php@v2
.github/workflows/cs.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
22
- name: Checkout
23
24
25
26
.github/workflows/static-analysis.yaml
0 commit comments