We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2fd570 commit 74b00faCopy full SHA for 74b00fa
1 file changed
.github/workflows/go.yml
@@ -19,10 +19,10 @@ jobs:
19
- "1.12"
20
- "stable"
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
23
24
- name: Set up Go
25
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
26
with:
27
go-version: ${{ matrix.go }}
28
@@ -47,7 +47,7 @@ jobs:
47
go tool cover -html=coverage.out -o=coveragereport.html.out
48
49
- name: Publish code coverage badge (and optional report)
50
- uses: linkdata/gitcoverage@v4
+ uses: linkdata/gitcoverage@v7
51
52
coverage: ${{ steps.coverage.outputs.coverage }}
53
report: "coveragereport.html.out"
0 commit comments