Skip to content

Commit f0368ee

Browse files
chore(deps): bump actions/setup-go
Bumps the action-deps group in /.github/actions/e2e/cleanup with 1 update: [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-go` from 5.1.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@41dfa10...f111f33) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f87ee13 commit f0368ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/e2e/cleanup/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
CLUSTER_NAME: ${{ inputs.cluster_name }}
3838
run: |
3939
eksctl delete cluster --name "$CLUSTER_NAME" --timeout 60m --wait || true
40-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
40+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
4141
with:
4242
go-version-file: test/hack/resource/go.mod
4343
cache-dependency-path: test/hack/resource/go.sum

0 commit comments

Comments
 (0)