Skip to content

Commit 239f406

Browse files
dependabot[bot]aaron-prindle
authored andcommitted
chore(deps): bump actions/setup-go from 3.2.0 to 4.0.1 (GoogleContainerTools#2517)
* chore(deps): bump actions/setup-go from 3.2.0 to 4.0.1 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@b22fbbc...fac708d) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update unit-tests.yaml * Update integration-tests.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Prindle <aprindle@google.com>
1 parent 47eea56 commit 239f406

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- k8s-executor-build-push integration-test-k8s
2626

2727
steps:
28-
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v3
28+
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
2929
with:
3030
go-version: '1.20'
3131
- uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
tests:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 # v3
16+
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.01
1717
with:
1818
go-version: '1.20'
1919
- uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3

0 commit comments

Comments
 (0)