Skip to content

Commit

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

build(deps): Bump google-github-actions/auth from 2.0.0 to 2.0.1
  • Loading branch information
cpswan authored Jan 9, 2024
2 parents 141a57a + f641ea4 commit c3c9f8d
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@67e9c72af6e0492df856527b474995862b7b6591 # v2.0.0
uses: google-github-actions/auth@f6de81663f7788d05bd15bcce18f0e57f23f0846 # v2.0.1
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@67e9c72af6e0492df856527b474995862b7b6591 # v2.0.0
uses: google-github-actions/auth@f6de81663f7788d05bd15bcce18f0e57f23f0846 # v2.0.1
with:
credentials_json: '${{ secrets.GKE_SA_PROD_KEY }}'

Expand Down

0 comments on commit c3c9f8d

Please sign in to comment.