Thanks to visit codestin.com Credit goes to github.com
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 bf21a2f commit adc29bbCopy full SHA for adc29bb
2 files changed
.github/workflows/checks.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout code
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
with:
17
fetch-depth: 0
18
.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