Skip to content

Commit

Permalink
Merge pull request #86 from nttcom/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
watal committed Mar 20, 2023
2 parents 7f61bc3 + fc8da08 commit f4d0c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: true
Expand Down

0 comments on commit f4d0c24

Please sign in to comment.