Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent ef50a8d commit d1b279e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.0.0
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3.5.2
uses: actions/checkout@v4.0.0

- uses: actions/cache@v3
with:
Expand All @@ -64,7 +64,7 @@ jobs:
go env
go get -v -t -d ./...
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.0.0

- name: Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goalngci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.0.0
- name: Set up Go go1.19
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit d1b279e

Please sign in to comment.