Skip to content

Commit

Permalink
chore(deps): update google-github-actions/auth action to v2 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 18, 2023
1 parent 018e6dd commit f72ce59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-tests-on-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: Authenticate Google Cloud
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
- name: Setup GCloud
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}
- name: Authenticate Google Cloud
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
- name: Setup GCloud
Expand Down

0 comments on commit f72ce59

Please sign in to comment.