Skip to content

Commit

Permalink
Merge pull request #6 from systemli/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-2.3.4

Bump actions/checkout from 2 to 2.3.4
  • Loading branch information
0x46616c6b authored May 13, 2021
2 parents 8d057bd + 833d6f3 commit 19a19b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- name: Setup go
uses: actions/[email protected]
Expand All @@ -28,7 +28,7 @@ jobs:
needs:
- test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4

- name: Setup go
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: GolangCI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: GolangCI
uses: golangci/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0

Expand Down

0 comments on commit 19a19b7

Please sign in to comment.