Skip to content

Commit 6779bd3

Browse files
dependabot[bot]zakisk
authored andcommitted
chore(deps): bump actions/setup-go from 6.3.0 to 6.4.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4b73464...4a36011) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a2f56e8 commit 6779bd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4040

4141
- name: Set up Go
42-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
42+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
4343
with:
4444
go-version-file: "go.mod"
4545

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
team-slugs: ${{ env.TARGET_TEAM_SLUGS }}
134134

135-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
135+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
136136
with:
137137
go-version-file: "go.mod"
138138

0 commit comments

Comments
 (0)