Skip to content

Commit

Permalink
chore(deps): Update google-github-actions/setup-gcloud action to v1.1…
Browse files Browse the repository at this point in the history
….1 (#1582)

chore(deps): update google-github-actions/setup-gcloud action to v1.1.1

Signed-off-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 15, 2023
1 parent d82d66e commit e900c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Expand Up @@ -100,7 +100,7 @@ jobs:
credentials_json: ${{ secrets.GCP_SA_KEY}}

- name: Install Cloud SDK
uses: google-github-actions/setup-gcloud@v1.1.0
uses: google-github-actions/setup-gcloud@v1.1.1

- name: Publish JSON schemas
run: |-
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
credentials_json: ${{ secrets.GCP_SA_KEY}}

- name: Install Cloud SDK
uses: google-github-actions/setup-gcloud@v1.1.0
uses: google-github-actions/setup-gcloud@v1.1.1

- name: Package Helm chart
run: |-
Expand Down

0 comments on commit e900c62

Please sign in to comment.