Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#154)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https:/actions/checkout) from 3 to 4.
- [Release notes](https:/actions/checkout/releases)
- [Changelog](https:/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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 5966707 commit d802b23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install golang
uses: actions/setup-go@v4
with:
Expand All @@ -23,7 +23,7 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install golang
uses: actions/setup-go@v4
with:
Expand All @@ -34,7 +34,7 @@ jobs:
name: checkformat
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install golang
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit d802b23

Please sign in to comment.