Skip to content

Commit

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

Bump actions/checkout from 2 to 3
  • Loading branch information
nhatthm authored Mar 2, 2022
2 parents c463e91 + ca26968 commit 7168d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Go cache
uses: actions/cache@v2
Expand Down

0 comments on commit 7168d06

Please sign in to comment.