Skip to content

Commit 7f641f0

Browse files
authored
Update deploy action to version 3
1 parent 0320833 commit 7f641f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535

3636
- id: 'deploy'
3737
name: 'deploy'
38-
uses: 'google-github-actions/deploy-appengine@v0'
38+
uses: 'google-github-actions/deploy-appengine@v3'
3939
with:
4040
project_id: 'skyhookapi'
4141

4242
- name: 'show output'
43-
run: 'echo ${{ steps.deploy.outputs.url }}'
43+
run: 'echo ${{ steps.deploy.outputs.url }}'

0 commit comments

Comments
 (0)