Skip to content

Commit

Permalink
chore(deps): update google-github-actions/auth action to v0.8.1 (Goog…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 7, 2022
1 parent 721ea09 commit 31cc456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v0.8.0'
uses: 'google-github-actions/auth@v0.8.1'
with:
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
service_account: ${{ secrets.SERVICE_ACCOUNT }}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:

- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v0.8.0'
uses: 'google-github-actions/auth@v0.8.1'
with:
workload_identity_provider: ${{ secrets.PROVIDER_NAME }}
service_account: ${{ secrets.SERVICE_ACCOUNT }}
Expand Down

0 comments on commit 31cc456

Please sign in to comment.