Skip to content

Commit

Permalink
Merge pull request #2 from Djarvur/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.1.1

Bump actions/checkout from 2.3.4 to 4.1.1
  • Loading branch information
onokonem authored Dec 14, 2023
2 parents 78ebefd + dabc8e2 commit 2bc2898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.1
- name: golangci-lint
uses: reviewdog/[email protected]
test:
Expand All @@ -26,7 +26,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Check out
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.1
- name: go test
run: go test -v -race -coverprofile=profile.cov ./...
- name: Send coverage
Expand Down

0 comments on commit 2bc2898

Please sign in to comment.