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.
2 parents ec3d9de + ccec4f7 commit f0dfd8eCopy full SHA for f0dfd8e
.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