Skip to content

Commit

Permalink
Upgrade gcs client (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydneynotthecity authored Nov 25, 2024
1 parent 0a22e3f commit a5abfaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install google-cloud-storage==2.1.0
pip install google-cloud-storage==2.18.2
- name: Authenticate to test-hubble GCP
uses: google-github-actions/auth@v1
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install google-cloud-storage==2.1.0
pip install google-cloud-storage==2.18.2
- name: Authenticate to hubble GCP
uses: google-github-actions/auth@v1
Expand Down

0 comments on commit a5abfaf

Please sign in to comment.