Skip to content

Commit

Permalink
Merge pull request #50 from onokonem/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.2.2

build(deps): bump actions/checkout from 4.1.7 to 4.2.2
  • Loading branch information
onokonem authored Oct 24, 2024
2 parents 57a243c + 92fd6f9 commit f5aa804
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@v4.1.7
uses: actions/checkout@v4.2.2
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2.6
test:
Expand All @@ -26,7 +26,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Check out
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2
- name: go test
run: go test -v -race -coverprofile=profile.cov ./...
- name: Send coverage
Expand Down

0 comments on commit f5aa804

Please sign in to comment.