Skip to content

Commit

Permalink
Merge pull request 2i2c-org#1143 from yuvipanda/unbreak-gcloud
Browse files Browse the repository at this point in the history
Pin setup-gcloud action to @v0
  • Loading branch information
yuvipanda authored Mar 24, 2022
2 parents 4bffb46 + aac739c commit ccffef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-grafana-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt install jsonnet
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
version: "290.0.1"
# This is used for KMS only
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
if: |
(steps.base_files.outputs.files == 'true') ||
(steps.config_files.outputs.hub_config == 'true')
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
version: "290.0.1"
# This is used for KMS only
Expand Down

0 comments on commit ccffef9

Please sign in to comment.