Skip to content

Commit

Permalink
Switch back to google-github-actions/setup-gcloud
Browse files Browse the repository at this point in the history
The warning problem has been addressed in
google-github-actions/setup-gcloud#671

b/278465200
  • Loading branch information
isarkis committed Jan 20, 2024
1 parent 577c459 commit 5f579a3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- name: Set up Cloud SDK
if: startsWith(${{matrix.target_platform}}, 'android')
uses: isarkis/setup-gcloud@40dce7857b354839efac498d3632050f568090b6 # v1.1.1
uses: google-github-actions/setup-gcloud@v2
- name: Set Android env vars
if: startsWith(${{matrix.target_platform}}, 'android')
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
shell: bash
- name: Set up Cloud SDK
if: ${{ (steps.changed-files.outputs.any_changed == 'true') && (github.event_name == 'pull_request') && (github.event.pull_request.head.repo.fork) }}
uses: isarkis/setup-gcloud@40dce7857b354839efac498d3632050f568090b6 # v1.1.1
uses: google-github-actions/setup-gcloud@v2
- name: Set Docker Tag
id: set-docker-tag-presubmit-fork
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/gn/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
echo "PYTHONPATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV
- name: Set up Cloud SDK
if: startsWith(${{matrix.target_platform}}, 'android')
uses: isarkis/setup-gcloud@40dce7857b354839efac498d3632050f568090b6 # v1.1.1
uses: google-github-actions/setup-gcloud@v2
- name: Configure Android Environment
shell: bash
if: startsWith(${{matrix.target_platform}}, 'android')
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/on_device_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
python -m grpc_tools.protoc -Itools/ --python_out=tools/ --grpc_python_out=tools/ tools/on_device_tests_gateway.proto
shell: bash
- name: Set up Cloud SDK
uses: isarkis/setup-gcloud@40dce7857b354839efac498d3632050f568090b6 # v1.1.1
uses: google-github-actions/setup-gcloud@v2
- name: Set env vars
env:
WORKFLOW: ${{ github.workflow }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/on_host_test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
using: "composite"
steps:
- name: Set up Cloud SDK
uses: isarkis/setup-gcloud@40dce7857b354839efac498d3632050f568090b6 # v1.1.1
uses: google-github-actions/setup-gcloud@v2
- name: Configure Environment
id: configure-environment
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/upload_nightly_artifacts/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
using: "composite"
steps:
- name: Set up Cloud SDK
uses: isarkis/setup-gcloud@40dce7857b354839efac498d3632050f568090b6 # v1.1.1
uses: google-github-actions/setup-gcloud@v2
- name: Set env vars
env:
WORKFLOW: ${{github.workflow}}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/upload_test_artifacts/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
using: "composite"
steps:
- name: Set up Cloud SDK
uses: isarkis/setup-gcloud@40dce7857b354839efac498d3632050f568090b6 # v1.1.1
uses: google-github-actions/setup-gcloud@v2
- name: Configure Environment
env:
WORKFLOW: ${{ github.workflow }}
Expand Down

0 comments on commit 5f579a3

Please sign in to comment.