Skip to content

Commit

Permalink
Merge pull request #75 from nabeken/github-renovate/actions-setup-go-5.x
Browse files Browse the repository at this point in the history
fix(deps): update actions/setup-go action to v5
  • Loading branch information
nabeken authored Dec 7, 2023
2 parents 26408af + e168155 commit ab0e915
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 @@ -16,7 +16,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
with:
go-version: '${{ env.GO_VERSION }}'
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Set up Go 1.20.x
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
with:
go-version: '${{ env.GO_VERSION }}'
id: go
Expand Down

0 comments on commit ab0e915

Please sign in to comment.