Skip to content

Commit ad9e6ac

Browse files
Bump google-github-actions/auth from 2.1.7 to 2.1.8 (#1644)
Bumps [google-github-actions/auth](https://github.com/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](google-github-actions/auth@v2.1.7...v2.1.8) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d75c7a9 commit ad9e6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/functional_test_v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
with:
263263
go-version: ${{ env.GO_VERSION }}
264264
cache-dependency-path: '**/go.sum'
265-
- uses: 'google-github-actions/[email protected].7'
265+
- uses: 'google-github-actions/[email protected].8'
266266
with:
267267
project_id: ${{ secrets.GKE_PROJECT }}
268268
credentials_json: ${{ secrets.GKE_SA_KEY }}
@@ -316,7 +316,7 @@ jobs:
316316
with:
317317
go-version: ${{ env.GO_VERSION }}
318318
cache-dependency-path: '**/go.sum'
319-
- uses: 'google-github-actions/[email protected].7'
319+
- uses: 'google-github-actions/[email protected].8'
320320
with:
321321
project_id: ${{ secrets.GKE_PROJECT }}
322322
credentials_json: ${{ secrets.GKE_SA_KEY }}

0 commit comments

Comments
 (0)