Skip to content

Commit 19681c0

Browse files
committed
Update workflow from canonical template
1 parent f8396f3 commit 19681c0

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,13 +39,13 @@ 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 || '' }}
4646

4747
- name: Deployment Summary
48-
uses: DefangLabs/defang-github-action@v1.4.0
48+
uses: DefangLabs/defang-github-action@v2
4949
with:
5050
command: services
5151
stack: ${{ github.event.inputs.stack || '' }}

0 commit comments

Comments
 (0)