Skip to content

Commit 76d6abc

Browse files
authored
Merge pull request #405 from sethvargo/sethvargo/actions
Pin setup-gcloud to v0 instead of master
2 parents 90172e7 + 856e845 commit 76d6abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# optional step for running bigquery tests ----
6666
- name: Set up Cloud SDK
6767
if: ${{(contains(github.ref, 'bigquery') || contains(github.ref, 'refs/tags')) && matrix.latest}}
68-
uses: google-github-actions/setup-gcloud@master
68+
uses: google-github-actions/setup-gcloud@v0
6969
with:
7070
project_id: siuba-tests
7171
service_account_key: ${{ secrets.GCP_SA_KEY }}
@@ -93,7 +93,7 @@ jobs:
9393
python -m pip install git+https://github.com/machow/pybigquery.git pandas-gbq==0.15.0
9494
python -m pip install .
9595
- name: Set up Cloud SDK
96-
uses: google-github-actions/setup-gcloud@master
96+
uses: google-github-actions/setup-gcloud@v0
9797
with:
9898
project_id: siuba-tests
9999
service_account_key: ${{ secrets.GCP_SA_KEY }}

0 commit comments

Comments
 (0)