Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 2 to 2.3.4 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 24, 2021
1 parent cb188bd commit 4c99b18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: lint
uses: golangci/golangci-lint-action@v2.5.2
with:
Expand All @@ -28,7 +28,7 @@ jobs:
- 1.16
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Release sanity tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- name: Checking code health
run: make tools lint test
Expand Down

0 comments on commit 4c99b18

Please sign in to comment.