Skip to content

Commit

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

chore(deps): bump actions/checkout from 2 to 3
  • Loading branch information
sysulq authored Dec 29, 2022
2 parents aa6700a + 4f8cd4b commit de7bace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/[email protected]
with:
Expand Down

0 comments on commit de7bace

Please sign in to comment.