Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3.0.1 to 3.0.2 (fsouza#909)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.0.1...v3.0.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] authored Apr 22, 2022
1 parent ddebda5 commit 6c62754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
go-version: 1.18

- uses: actions/checkout@v3.0.1
- uses: actions/checkout@v3.0.2

- run: go build
env:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
with:
go-version: ${{ matrix.go_version }}

- uses: actions/checkout@v3.0.1
- uses: actions/checkout@v3.0.2

- run: go mod download

Expand All @@ -78,6 +78,6 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.1
- uses: actions/checkout@v3.0.2

- uses: golangci/golangci-lint-action@v3.1.0

0 comments on commit 6c62754

Please sign in to comment.