We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37678c commit 0937169Copy full SHA for 0937169
.github/workflows/build.yml
@@ -34,12 +34,12 @@ jobs:
34
35
steps:
36
- name: "Checkout extension"
37
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
38
with:
39
repository: "phpstan/${{ matrix.extension-name }}"
40
41
- name: "Checkout build-cs"
42
43
44
path: "build-cs"
45
0 commit comments