We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c135c commit 6038facCopy full SHA for 6038fac
.github/workflows/publish.yml
@@ -120,7 +120,7 @@ jobs:
120
credentials_json: '${{ secrets.CERTIFICATE_SA_CREDENTIALS }}'
121
- name: Set up Cloud SDK
122
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.os == 'windows' }}
123
- uses: google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2.0 https://github.com/google-github-actions/setup-gcloud/releases/tag/v2.2.0
+ uses: google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368 # v3.0.0 https://github.com/google-github-actions/setup-gcloud/releases/tag/v3.0.0
124
- name: Sign binary (Windows)
125
126
shell: pwsh
0 commit comments