Skip to content

Commit

Permalink
Merge pull request #16 from kubesphere-sigs/dependabot-github_actions…
Browse files Browse the repository at this point in the history
…-actions-checkout-2.4.0

Bump actions/checkout from 2.3.4 to 2.4.0
  • Loading branch information
ks-ci-bot authored Jan 20, 2022
2 parents cc26a63 + 829a170 commit 3051b12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: 1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.8.1
with:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
go-version: 1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
- name: Test
run: |
go test ./... -coverprofile coverage.out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
Expand Down

0 comments on commit 3051b12

Please sign in to comment.