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 2bc1da0 commit d322db6Copy full SHA for d322db6
.github/workflows/checks.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout code
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
16
17
- name: Modify composer.json
18
run: |
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
coverage: none
24
25
26
27
28
- name: Initialize tests
29
run: make initialize
0 commit comments