Skip to content

Commit 0a0bc12

Browse files
authored
Merge pull request #210 from containerd/dependabot/github_actions/actions/setup-go-6.1.0
build(deps): bump actions/setup-go from 5.2.0 to 6.1.0
2 parents a5917ac + 1c90f70 commit 0a0bc12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131
with:
3232
path: src/github.com/containerd/ttrpc
33-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
33+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3434
with:
3535
go-version: ${{ env.GO_VERSION }}
3636

@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
path: src/github.com/containerd/ttrpc
5757
fetch-depth: 25
58-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
58+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5959
with:
6060
go-version: ${{ env.GO_VERSION }}
6161

@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
path: src/github.com/containerd/ttrpc
8484
fetch-depth: 25
85-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
85+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
8686
with:
8787
go-version: ${{ matrix.go }}
8888

@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
path: src/github.com/containerd/ttrpc
116116
fetch-depth: 25
117-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
117+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
118118
with:
119119
go-version: ${{ env.GO_VERSION }}
120120
id: go

0 commit comments

Comments
 (0)