Skip to content

Commit

Permalink
Merge pull request #53 from google/feature/ingblue
Browse files Browse the repository at this point in the history
Feature/ingblue
  • Loading branch information
amgoogle committed Apr 15, 2024
2 parents 07a3fb0 + 29588de commit 1cae970
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tf-actions-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
id-token: 'write'
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: 'actions/checkout@v2'
- uses: 'actions/checkout@v4'

- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v0'
uses: 'google-github-actions/auth@v2'
with:
token_format: 'access_token'
WORKLOAD_IDENTITY_PROVIDER: ${{ env.WORKLOAD_IDENTITY_PROVIDER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tf-actions-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
id-token: 'write'
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: 'actions/checkout@v2'
- uses: 'actions/checkout@v4'

- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v0'
uses: 'google-github-actions/auth@v2'
with:
token_format: 'access_token'
WORKLOAD_IDENTITY_PROVIDER: ${{ env.WORKLOAD_IDENTITY_PROVIDER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tf-actions-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
id-token: 'write'
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: 'actions/checkout@v2'
- uses: 'actions/checkout@v4'

- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v0'
uses: 'google-github-actions/auth@v2'
with:
token_format: 'access_token'
WORKLOAD_IDENTITY_PROVIDER: ${{ env.WORKLOAD_IDENTITY_PROVIDER }}
Expand Down

0 comments on commit 1cae970

Please sign in to comment.