Skip to content

Commit

Permalink
Merge pull request #72 from shogo82148/bump-github-actions
Browse files Browse the repository at this point in the history
bump GitHub Actions
  • Loading branch information
mattn committed Jul 23, 2023
2 parents 2c6a438 + 4874798 commit fdb2517
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Expand Up @@ -14,8 +14,8 @@ jobs:
go: ["1.15", "1.16"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand All @@ -24,4 +24,4 @@ jobs:
- run: go test ./... -v -cover -coverprofile coverage.out
- run: go test -bench . -benchmem

- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3

0 comments on commit fdb2517

Please sign in to comment.