Skip to content

Commit

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

Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
onokonem authored Mar 14, 2024
2 parents 5b93fb1 + 75c0ad2 commit 64a69bf
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/[email protected].1
uses: actions/[email protected].2
- 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/[email protected].1
uses: actions/[email protected].2
- name: go test
run: go test -v -race -coverprofile=profile.cov ./...
- name: Send coverage
Expand Down

0 comments on commit 64a69bf

Please sign in to comment.