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 ec3d9de commit ccec4f7Copy full SHA for ccec4f7
.github/workflows/coverage.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
15
- name: Checkout code
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
with:
18
ref: main
19
fetch-depth: 0
.github/workflows/testing.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
- name: Install SQLite 3
36
run: |
0 commit comments