Skip to content

Commit 2c0dcb4

Browse files
authored
Merge pull request #264 from smallstep/dependabot/github_actions/google-github-actions/setup-gcloud-3
Bump google-github-actions/setup-gcloud from 2 to 3
2 parents dfc8952 + 1863c38 commit 2c0dcb4

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
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Set up Google Cloud SDK
120120
if: ${{ needs.create_release.outputs.is_prerelease == 'false' }}
121-
uses: google-github-actions/setup-gcloud@v2
121+
uses: google-github-actions/setup-gcloud@v3
122122
with:
123123
project_id: ${{ secrets.GOOGLE_CLOUD_PACKAGES_PROJECT_ID }}
124124

0 commit comments

Comments
 (0)