Skip to content

Commit 74b00fa

Browse files
authored
Update GitHub Actions to use latest versions
1 parent b2fd570 commit 74b00fa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- "1.12"
2020
- "stable"
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
- name: Set up Go
25-
uses: actions/setup-go@v5
25+
uses: actions/setup-go@v6
2626
with:
2727
go-version: ${{ matrix.go }}
2828

@@ -47,7 +47,7 @@ jobs:
4747
go tool cover -html=coverage.out -o=coveragereport.html.out
4848
4949
- name: Publish code coverage badge (and optional report)
50-
uses: linkdata/gitcoverage@v4
50+
uses: linkdata/gitcoverage@v7
5151
with:
5252
coverage: ${{ steps.coverage.outputs.coverage }}
5353
report: "coveragereport.html.out"

0 commit comments

Comments
 (0)