Skip to content

Commit 744a56d

Browse files
Bump actions/setup-go from 5.6.0 to 6.1.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.6.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.6.0...4dc6199) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f778376 commit 744a56d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccm-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
persist-credentials: false
6868

69-
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
69+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
7070
with:
7171
go-version: '${{ env.GO_VERSION }}'
7272

@@ -166,7 +166,7 @@ jobs:
166166
- name: Validate hash
167167
run: 'shasum --check image.tar.sha256'
168168

169-
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
169+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
170170
with:
171171
go-version: '${{ env.GO_VERSION }}'
172172

0 commit comments

Comments
 (0)