@@ -176,7 +176,7 @@ jobs:
176
176
# Look for an existing Preview Deployment.
177
177
- name : Find Deployment for this Pull Request
178
178
id : find-deployment
179
- uses : docker://uffizzi/cli:v1
179
+ uses : docker://uffizzi/cli:v2
180
180
with :
181
181
entrypoint : bash
182
182
args : -c "/root/docker-entrypoint.sh && echo DEPLOYMENT_ID=$(/usr/local/bundle/bin/uffizzi preview list --filter \"github.repository=${{ github.repository }} github.event.number=$PR_NUMBER\") >> $GITHUB_ENV"
@@ -290,7 +290,7 @@ jobs:
290
290
- name : Deploy New Preview
291
291
id : create-preview
292
292
if : ${{ env.UFFIZZI_ACTION == 'create' }}
293
- uses : UffizziCloud/preview-action@v2
293
+ uses : UffizziCloud/preview-action@v3
294
294
with :
295
295
compose-file : ${{ inputs.compose-file-cache-path }}
296
296
username : ${{ inputs.username }}
@@ -320,7 +320,7 @@ jobs:
320
320
logger-key : ${{ env.LOGGER_KEY }}
321
321
322
322
- name : Update Existing Preview
323
- uses : UffizziCloud/update-preview-action@v1
323
+ uses : UffizziCloud/update-preview-action@v2
324
324
id : update-preview
325
325
if : ${{ env.UFFIZZI_ACTION == 'update' }}
326
326
with :
@@ -468,7 +468,7 @@ jobs:
468
468
469
469
- name : Delete Preview from Uffizzi
470
470
if : ${{ env.UFFIZZI_ACTION == 'delete' }}
471
- uses : UffizziCloud/delete-preview-action@v1
471
+ uses : UffizziCloud/delete-preview-action@v2
472
472
with :
473
473
id : ${{ env.DEPLOYMENT_ID }}
474
474
username : ${{ inputs.username }}
0 commit comments