Skip to content

Commit df53b2c

Browse files
authored
chore: update references to setup-gcloud@master -> setup-gcloud@main (#330)
1 parent 2b718c7 commit df53b2c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/deploy-cloudrun-it.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env_vars: TEST_ENV=TEST_VAR
3434

3535
- name: Setup Authentication with gcloud
36-
uses: google-github-actions/setup-gcloud@master
36+
uses: google-github-actions/setup-gcloud@main
3737
with:
3838
service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
3939
export_default_credentials: true
@@ -92,7 +92,7 @@ jobs:
9292
MY_SECOND_SECRET=new_value:latest
9393
9494
- name: Setup Authentication with gcloud
95-
uses: google-github-actions/setup-gcloud@master
95+
uses: google-github-actions/setup-gcloud@main
9696
with:
9797
service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
9898
export_default_credentials: true
@@ -151,7 +151,7 @@ jobs:
151151
metadata: ./tests/unit/service.basic.yaml
152152

153153
- name: Setup Authentication with gcloud
154-
uses: google-github-actions/setup-gcloud@master
154+
uses: google-github-actions/setup-gcloud@main
155155
with:
156156
service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
157157
export_default_credentials: true
@@ -190,7 +190,7 @@ jobs:
190190
metadata: ./tests/unit/service.full.yaml
191191

192192
- name: Setup Authentication with gcloud
193-
uses: google-github-actions/setup-gcloud@master
193+
uses: google-github-actions/setup-gcloud@main
194194
with:
195195
service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
196196
export_default_credentials: true
@@ -251,7 +251,7 @@ jobs:
251251
metadata: ./tests/unit/service.namedrevision.yaml
252252

253253
- name: Setup Authentication with gcloud
254-
uses: google-github-actions/setup-gcloud@master
254+
uses: google-github-actions/setup-gcloud@main
255255
with:
256256
service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
257257
export_default_credentials: true
@@ -381,7 +381,7 @@ jobs:
381381
runs-on: ubuntu-latest
382382
needs: [envvars, secret-manager, metadata, yaml, revision, name]
383383
steps:
384-
- uses: google-github-actions/setup-gcloud@master
384+
- uses: google-github-actions/setup-gcloud@main
385385
with:
386386
service_account_key: ${{ secrets.DEPLOY_CLOUDRUN_SA_KEY_B64 }}
387387
project_id: ${{ secrets.DEPLOY_CLOUDRUN_PROJECT_ID }}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
node_modules/
22
runner/
33

4-
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
4+
# Rest of the file pulled from https://github.com/github/gitignore/blob/main/Node.gitignore
55
# Logs
66
logs
77
*.log

0 commit comments

Comments
 (0)