Skip to content

Commit 500e028

Browse files
committed
ci: fix deploy workflow
1 parent 50c0b00 commit 500e028

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@master
15+
uses: google-github-actions/setup-gcloud@v0
1616
with:
1717
# probot/example-google-cloud-function credentials provided by @bcoe
1818
project_id: ${{ secrets.PROJECT_ID }}

0 commit comments

Comments
 (0)