Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored and tklauser committed Feb 21, 2024
1 parent 6d82128 commit d4ce857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
echo path="${CLI_PATH}" >> $GITHUB_OUTPUT
- name: Setup Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
if: ${{ steps.build-cli.outputs.path != '' }}
with:
go-version-file: '${{ steps.build-cli.outputs.path }}/go.mod'
Expand Down

0 comments on commit d4ce857

Please sign in to comment.