Skip to content

Commit eeb849b

Browse files
authored
Merge pull request #218 from containerd/dependabot/github_actions/actions/setup-go-6.2.0
build(deps): bump actions/setup-go from 6.1.0 to 6.2.0
2 parents 3156bf8 + 292893a commit eeb849b

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
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
with:
2929
path: src/github.com/containerd/ttrpc
30-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
30+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3131
with:
3232
go-version: 'stable'
3333

@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
path: src/github.com/containerd/ttrpc
5454
fetch-depth: 25
55-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
55+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
5656
with:
5757
go-version: 'stable'
5858

@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
path: src/github.com/containerd/ttrpc
8181
fetch-depth: 25
82-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
82+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
8383
with:
8484
go-version: ${{ matrix.go }}
8585

@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
path: src/github.com/containerd/ttrpc
113113
fetch-depth: 25
114-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
114+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
115115
with:
116116
go-version: 'stable'
117117
id: go

0 commit comments

Comments
 (0)