Skip to content

Commit 92eebaf

Browse files
authored
[Infra] Fix action name in 'health-metrics-release.yml' (#10703)
1 parent b890ee7 commit 92eebaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/health-metrics-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v3
2121
- name: Set up Google Cloud SDK
22-
uses: google-github-actions/setup-gcloud@master
22+
uses: google-github-actions/setup-gcloud@main
2323
- name: Authenticate Google Cloud SDK
2424
run: |
2525
scripts/decrypt_gha_secret.sh \

0 commit comments

Comments
 (0)