Skip to content

Commit 163bd84

Browse files
ci(action): update google-github-actions/setup-gcloud action to v2 (#87)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed72a8c commit 163bd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Cloud SDK
15-
uses: google-github-actions/setup-gcloud@v0
15+
uses: google-github-actions/setup-gcloud@v2
1616
with:
1717
# probot/example-google-cloud-function credentials provided by @bcoe
1818
project_id: ${{ secrets.PROJECT_ID }}

0 commit comments

Comments
 (0)