Skip to content

Commit 575193b

Browse files
build(deps): bump actions/setup-go from 5.1.0 to 5.2.0 in /tools/github-actions/setup-deps (envoyproxy#4924)
build(deps): bump actions/setup-go in /tools/github-actions/setup-deps Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@41dfa10...3041bf5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99ed774 commit 575193b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/github-actions/setup-deps/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
- shell: bash
88
run: sudo apt-get install libbtrfs-dev -y
9-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.0.1
9+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.0.1
1010
with:
1111
go-version: 1.23.x
1212
cache: true

0 commit comments

Comments
 (0)