Skip to content

Commit

Permalink
Merge pull request #197 from hatappi/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-5

chore(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
hatappi authored Jun 15, 2024
2 parents d9c0030 + 491e310 commit 0b20a70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
cache-dependency-path: go.sum
go-version-file: go.mod
Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
cache-dependency-path: go.sum
go-version-file: go.mod
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
cache-dependency-path: go.sum
go-version-file: go.mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
cache-dependency-path: go.sum
go-version-file: go.mod
Expand Down

0 comments on commit 0b20a70

Please sign in to comment.