Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5 (#174)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent 5202e63 commit 99db448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "${{ inputs.go-version }}"
go-version-file: "${{ inputs.go-version-file }}"
Expand Down
2 changes: 1 addition & 1 deletion setup-hugo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: "${{ inputs.go-version }}"
go-version-file: "${{ inputs.go-version-file }}"
Expand Down

0 comments on commit 99db448

Please sign in to comment.