Skip to content

Commit

Permalink
Merge pull request #76 from kitabisa/immuslim/feat/update-version-goo…
Browse files Browse the repository at this point in the history
…gle-github-actions-to-v1

feat(tools): update google github actions to v1
  • Loading branch information
immuslim authored Dec 11, 2023
2 parents 2d1a365 + ef51cd8 commit d9f9509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gcloud/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ runs:
using: "composite"
steps:
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v0
uses: google-github-actions/auth@v1
with:
project_id: ${{ inputs.project_id }}
credentials_json: ${{ inputs.credentials_json }}

- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v1

0 comments on commit d9f9509

Please sign in to comment.