From ff19a2cd3ea6c85af6a6477c7262da8feab2d24f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 05:08:45 +0000 Subject: [PATCH] chore(deps): bump google-github-actions/auth from 2.1.5 to 2.1.6 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v2.1.5...v2.1.6) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/k8s-cleaner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/k8s-cleaner.yml b/.github/workflows/k8s-cleaner.yml index 7f546f88d..3e4e6d2cf 100644 --- a/.github/workflows/k8s-cleaner.yml +++ b/.github/workflows/k8s-cleaner.yml @@ -33,7 +33,7 @@ jobs: export_default_credentials: true - name: Login to GCP - uses: google-github-actions/auth@v2.1.5 + uses: google-github-actions/auth@v2.1.6 with: credentials_json: ${{ secrets.GCP_SA_KEY }}