Skip to content

Commit

Permalink
Merge pull request #1674 from atsign-foundation/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/google-github-actions/auth-1.2.0

build(deps): Bump google-github-actions/auth from 1.1.1 to 1.2.0
  • Loading branch information
cpswan authored Nov 21, 2023
2 parents 6561457 + 00f4700 commit 9b20e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/at_server_dev_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# Setup gcloud CLI
- id: 'auth'
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
uses: google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6 # v1.2.0
with:
credentials_json: '${{ secrets.GKE_SA_DEV_KEY }}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/at_server_prod_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# Setup gcloud CLI
- id: 'auth'
uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1
uses: google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6 # v1.2.0
with:
credentials_json: '${{ secrets.GKE_SA_PROD_KEY }}'

Expand Down

0 comments on commit 9b20e52

Please sign in to comment.