Skip to content

Commit

Permalink
Merge pull request #516 from shogo82148/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-5
  • Loading branch information
shogo82148 authored Dec 7, 2023
2 parents 9e1b4f0 + 72098ac commit 94ee215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: stable

Expand Down

0 comments on commit 94ee215

Please sign in to comment.