Skip to content

Commit

Permalink
Bump google-github-actions/setup-gcloud from v0 to v2
Browse files Browse the repository at this point in the history
Also upgraddes the Cloud SDK version to the latest availiable to attempt
to avoid a python 3.10 compat issue:" module 'collections' has no
attribute 'MutableMapping'" tracked here:
https://issuetracker.google.com/issues/202172882

This also resolves an error in the GH actions prompting for upgrade:
> The v0 series of google-github-actions/setup-gcloud is no longer
> maintained. It will not receive updates, improvements,
> or security patches.
  • Loading branch information
DaveLak committed Aug 20, 2024
1 parent c4957f5 commit 26a5c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/infra_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
sudo env "PATH=$PATH" pip install -r infra/build/functions/requirements.txt
sudo env "PATH=$PATH" pip install -r infra/cifuzz/requirements.txt
- uses: google-github-actions/setup-gcloud@v0
- uses: google-github-actions/setup-gcloud@v2
with:
version: '298.0.0'
version: '489.0.0'
- run: |
sudo env "PATH=$PATH" gcloud components install beta cloud-datastore-emulator
Expand Down

0 comments on commit 26a5c01

Please sign in to comment.