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 d387915 + 9510ea8 commit 547fa5eCopy full SHA for 547fa5e
.github/workflows/cd.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
25
steps:
26
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
27
with:
28
fetch-depth: 0
29
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
@@ -50,6 +50,6 @@ jobs:
50
--durations=20
51
52
- name: Upload coverage report
53
- uses: codecov/codecov-action@v5.4.3
+ uses: codecov/codecov-action@v5.5.0
54
55
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments