From 70eb19499a7023f0a58378ac4228956ecd3d6f68 Mon Sep 17 00:00:00 2001 From: Alexander Metzner Date: Sun, 12 Nov 2023 11:04:11 +0100 Subject: [PATCH] upgrade ci (#4) * doc: fix release badge url * build: upgrade github actions --- .github/workflows/ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4656ed3..1ec0ce2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,12 +19,12 @@ jobs: steps: - name: Set up Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v4 with: go-version: ${{ matrix.go }} - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Test run: go test -cover ./... diff --git a/README.md b/README.md index 78dfb3a..78e1efe 100644 --- a/README.md +++ b/README.md @@ -239,5 +239,5 @@ limitations under the License. [go-report-card-url]: https://goreportcard.com/report/github.com/halimath/expect [package-doc-img-url]: https://img.shields.io/badge/GoDoc-Reference-blue.svg [package-doc-url]: https://pkg.go.dev/github.com/halimath/expect -[release-img-url]: https://img.shields.io/github/v/release/halimath/expect-go.svg +[release-img-url]: https://img.shields.io/github/v/release/halimath/expect.svg [release-url]: https://github.com/halimath/expect/releases \ No newline at end of file