Skip to content

Commit 5e4bc97

Browse files
Bump google-github-actions/auth from 2.1.8 to 2.1.10 (#1802)
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.8 to 2.1.10. - [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.8...v2.1.10) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 2.1.10 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 0e2e160 commit 5e4bc97

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
@@ -189,7 +189,7 @@ jobs:
189189
with:
190190
go-version: ${{ env.GO_VERSION }}
191191
cache-dependency-path: '**/go.sum'
192-
- uses: 'google-github-actions/[email protected].8'
192+
- uses: 'google-github-actions/[email protected].10'
193193
with:
194194
project_id: ${{ secrets.GKE_PROJECT }}
195195
credentials_json: ${{ secrets.GKE_SA_KEY }}
@@ -231,7 +231,7 @@ jobs:
231231
with:
232232
go-version: ${{ env.GO_VERSION }}
233233
cache-dependency-path: '**/go.sum'
234-
- uses: 'google-github-actions/[email protected].8'
234+
- uses: 'google-github-actions/[email protected].10'
235235
with:
236236
project_id: ${{ secrets.GKE_PROJECT }}
237237
credentials_json: ${{ secrets.GKE_SA_KEY }}

0 commit comments

Comments
 (0)