Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.5 to 2.4.0 (#117)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.5...v2.4.0)

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

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 Nov 11, 2021
1 parent 25c47df commit 57c48a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
stable: false
go-version: ${{ matrix.go-version }}

- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0

- name: run tests
run: go test -vet all -race ./...
Expand All @@ -29,6 +29,6 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0

- uses: golangci/golangci-lint-action@v2.5.2

0 comments on commit 57c48a6

Please sign in to comment.