From 180d619359f490e7348103432ad4ca1fffa12875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:10:57 +0000 Subject: [PATCH] chore(deps): Bump stackrox/actions from 1.0.12 to 1.0.13 Bumps [stackrox/actions](https://github.com/stackrox/actions) from 1.0.12 to 1.0.13. - [Release notes](https://github.com/stackrox/actions/releases) - [Commits](https://github.com/stackrox/actions/compare/v1.0.12...v1.0.13) --- updated-dependencies: - dependency-name: stackrox/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c0da593..1b0aadc 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -41,7 +41,7 @@ jobs: install_components: "gke-gcloud-auth-plugin" - name: Create GKE infra cluster - uses: stackrox/actions/infra/create-cluster@v1.0.12 + uses: stackrox/actions/infra/create-cluster@v1.0.13 with: token: ${{ secrets.INFRA_TOKEN }} flavor: gke-default