Skip to content

Commit 44e62f6

Browse files
build: update github actions
1 parent 3cf2082 commit 44e62f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
go-version: '1.22'
1717
- name: Run GoReleaser
18-
uses: goreleaser/goreleaser-action@v5
18+
uses: goreleaser/goreleaser-action@v6
1919
with:
2020
distribution: goreleaser
2121
version: v1.24.0
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run tests
4646
run: go run github.com/onsi/ginkgo/v2/ginkgo -r -cover -race -covermode=atomic -randomize-all -randomize-suites
4747
- name: Upload coverage to Codecov
48-
uses: codecov/codecov-action@v4
48+
uses: codecov/codecov-action@v5
4949
with:
5050
files: coverprofile.out
5151
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)