Skip to content

Commit a3de121

Browse files
authored
Merge pull request #263 from smallstep/dependabot/github_actions/google-github-actions/auth-3
Bump google-github-actions/auth from 2 to 3
2 parents 2c0dcb4 + 39b5f92 commit a3de121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Authenticate to Google Cloud
111111
if: ${{ needs.create_release.outputs.is_prerelease == 'false' }}
112112
id: gcloud-auth
113-
uses: google-github-actions/auth@v2
113+
uses: google-github-actions/auth@v3
114114
with:
115115
token_format: access_token
116116
workload_identity_provider: ${{ secrets.GOOGLE_CLOUD_WORKLOAD_IDENTITY_PROVIDER }}

0 commit comments

Comments
 (0)