Skip to content

Commit 8728749

Browse files
committed
Update workflow from canonical template
1 parent e079aeb commit 8728749

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 || '' }}
@@ -48,7 +48,7 @@ jobs:
4848
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
4949

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

0 commit comments

Comments
 (0)