Skip to content

Commit

Permalink
Merge pull request #19 from systemli/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-2.4.0

Bump actions/checkout from 2.3.5 to 2.4.0
  • Loading branch information
xshadow committed Nov 4, 2021
2 parents 1006425 + 18f3869 commit 73e2157
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.yaml
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.3.5
- uses: actions/checkout@v2.4.0

- name: Setup go
uses: actions/setup-go@v2.1.4
Expand All @@ -28,7 +28,7 @@ jobs:
needs:
- test
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0

- name: Setup go
uses: actions/setup-go@v2.1.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yaml
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.3.5
- uses: actions/checkout@v2.4.0
- name: GolangCI
uses: golangci/golangci-lint-action@v2.5.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
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.3.5
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0

Expand Down

0 comments on commit 73e2157

Please sign in to comment.