Skip to content

Commit c2e7dcd

Browse files
committed
Update workflow from canonical template
1 parent 0488257 commit c2e7dcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/defang.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Defang ${{ github.event.inputs.action || 'up' }} ${{
4141
github.event.inputs.stack || 'default stack' }}
42-
uses: DefangLabs/defang-github-action@v1.4.0
42+
uses: DefangLabs/defang-github-action@v2
4343
with:
4444
command: ${{ github.event.inputs.action || 'up' }}
4545
stack: ${{ github.event.inputs.stack || '' }}
@@ -49,7 +49,7 @@ jobs:
4949
AWS_SECRET_KEY: ${{ secrets.AWS_SECRET_KEY }}
5050

5151
- name: Deployment Summary
52-
uses: DefangLabs/defang-github-action@v1.4.0
52+
uses: DefangLabs/defang-github-action@v2
5353
with:
5454
command: services
5555
stack: ${{ github.event.inputs.stack || '' }}

0 commit comments

Comments
 (0)