Skip to content

Commit

Permalink
chore(deps): update google-github-actions/setup-gcloud action to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 23, 2023
1 parent 3214d21 commit 672c13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
- name: gcloud sdk
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
- run: npm run unit
- name: gcloud functions deploy
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
with:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
- name: gcloud sdk
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
- name: gcloud functions deploy
run: |
gcloud functions deploy extension-ci \
Expand Down

0 comments on commit 672c13a

Please sign in to comment.