From 0c1a86cff9364fba27889e449a7301dc29e0cd13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:23:11 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2.1.7 to 2.1.8 in the actions group Bumps the actions group with 1 update: [google-github-actions/auth](https://github.com/google-github-actions/auth). Updates `google-github-actions/auth` from 2.1.7 to 2.1.8 - [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.7...v2.1.8) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index 64d22ae..83ec9f6 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -191,7 +191,7 @@ jobs: - id: auth if: github.actor != 'dependabot[bot]' name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2.1.7 + uses: google-github-actions/auth@v2.1.8 with: workload_identity_provider: ${{ secrets.NAIS_IO_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ env.SERVICE_ACCOUNT }}