Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent e1a220c commit b8e08a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: "1.18"

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -33,7 +33,7 @@ jobs:
go-version: "1.18"

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Tidy
run: make go-tidy
Expand All @@ -59,7 +59,7 @@ jobs:
go-version: "1.18"

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test
run: go test -timeout 30s -v -race -coverprofile=coverage.txt ./...
Expand Down

0 comments on commit b8e08a4

Please sign in to comment.