We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb04b63 commit b470b6bCopy full SHA for b470b6b
.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