Skip to content

Commit

Permalink
Merge pull request #27 from slok/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-3.1.0
  • Loading branch information
slok authored Oct 28, 2022
2 parents baf6b38 + fc750bb commit 1e0ee55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
# Execute the checks inside the container instead the VM.
container: golangci/golangci-lint:v1.36.0-alpine
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: ./scripts/check/check.sh

unit-test:
name: Unit test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.16
Expand Down

0 comments on commit 1e0ee55

Please sign in to comment.