Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 19, 2023
1 parent 91ced39 commit 225c3ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.15.2
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Test
run: make test

Expand All @@ -20,6 +20,6 @@ jobs:
with:
go-version: 1.15.2
id: go
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Benchmark
run: make bench

0 comments on commit 225c3ab

Please sign in to comment.