Skip to content

Commit

Permalink
Prevent warning about earlier action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-soltesz committed Feb 12, 2024
1 parent fa65c7f commit 372256e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: go test -coverprofile=profile.cov ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
Expand Down

0 comments on commit 372256e

Please sign in to comment.