Skip to content

Commit b851e90

Browse files
authored
Merge pull request #308 from containerd/dependabot/github_actions/actions/setup-go-7.0.0
build(deps): bump actions/setup-go from 6.4.0 to 7.0.0
2 parents f417961 + bbd0f8e commit b851e90

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 100
3030

3131
- name: Set up Go
32-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
32+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
3333
with:
3434
go-version: ${{ env.GO_VERSION }}
3535

@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Set up Go
52-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
52+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
5353
with:
5454
go-version: ${{ env.GO_VERSION }}
5555

@@ -100,7 +100,7 @@ jobs:
100100

101101
steps:
102102
- name: Set up Go
103-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
103+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
104104
with:
105105
go-version: ${{ env.GO_VERSION }}
106106

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout repository
3030
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131

32-
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
32+
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
3333
with:
3434
go-version: 1.22.x
3535

0 commit comments

Comments
 (0)