Skip to content

Commit 40626c6

Browse files
authored
Merge pull request #13 from containerd/dependabot/github_actions/actions/setup-go-6.3.0
build(deps): bump actions/setup-go from 6.2.0 to 6.3.0
2 parents 6f570b8 + 5c31a9b commit 40626c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919

2020
- name: Setup Go
21-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
21+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424

@@ -49,7 +49,7 @@ jobs:
4949
path: src/github.com/containerd/go-dmverity
5050

5151
- name: Setup Go
52-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
52+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
5353
with:
5454
go-version: ${{ env.GO_VERSION }}
5555

@@ -73,7 +73,7 @@ jobs:
7373
path: src/github.com/containerd/go-dmverity
7474
fetch-depth: 25
7575
- name: Setup Go
76-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
76+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
7777
with:
7878
go-version: ${{ env.GO_VERSION }}
7979

0 commit comments

Comments
 (0)