Skip to content

Commit

Permalink
Merge pull request #205 from grokify/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.2.1

build(deps): bump actions/checkout from 4.2.0 to 4.2.1
  • Loading branch information
grokify authored Oct 12, 2024
2 parents 553d274 + b46ff09 commit 5012a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: golangci-lint
uses: golangci/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Run tests
run: go test -v -covermode=count ./...

0 comments on commit 5012a7c

Please sign in to comment.