Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#156)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Igor Beliakov <[email protected]>
  • Loading branch information
dependabot[bot] and weisdd authored Jan 27, 2024
1 parent 65958fc commit 415e68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-go@v4
with:
Expand All @@ -31,7 +31,7 @@ jobs:
needs:
- lint-test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Login to Docker registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 415e68c

Please sign in to comment.