Skip to content

Commit 54302f1

Browse files
Bump actions/setup-go from 6.2.0 to 6.3.0 (#587)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f487ed9 commit 54302f1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/installer-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131

3232
- name: Set up Go
33-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
33+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3434
with:
3535
go-version: ${{ env.GO_VERSION }}
3636
cache-dependency-path: "**/go.sum"
@@ -118,7 +118,7 @@ jobs:
118118
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
119119

120120
- name: Set up Go
121-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
121+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
122122
with:
123123
go-version: ${{ env.GO_VERSION }}
124124
cache-dependency-path: "**/go.sum"

.github/workflows/installer-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
token: ${{ secrets.GITHUB_TOKEN }}
9494

9595
- name: Set up Go
96-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
96+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
9797
with:
9898
go-version: ${{ env.GO_VERSION }}
9999
cache-dependency-path: "**/go.sum"

0 commit comments

Comments
 (0)