Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent ab10613 commit e70bdb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: go

- name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.2

- name: Download dependencies
run: go mod download
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
id: go

- name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.2

- name: Download dependencies
run: go mod download
Expand Down

0 comments on commit e70bdb6

Please sign in to comment.