Skip to content

Commit 4a4fbef

Browse files
chore(deps): update amondnet/vercel-action action to v42 (#940)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c34db58 commit 4a4fbef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-main.yml

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

104104
- name: Deploy remote-flows to vercel
105105
id: vercel-remote-flows
106-
uses: amondnet/vercel-action@v25
106+
uses: amondnet/vercel-action@v42.2.0
107107
with:
108108
vercel-token: ${{ secrets.VERCEL_TOKEN }}
109109
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
@@ -186,7 +186,7 @@ jobs:
186186
- uses: actions/checkout@v6
187187

188188
- name: Promote remote-flows to production
189-
uses: amondnet/vercel-action@v25
189+
uses: amondnet/vercel-action@v42.2.0
190190
with:
191191
vercel-token: ${{ secrets.VERCEL_TOKEN }}
192192
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279

280280
- name: Deploy remote-flows to vercel
281281
id: vercel-remote-flows
282-
uses: amondnet/vercel-action@v25
282+
uses: amondnet/vercel-action@v42.2.0
283283
with:
284284
vercel-token: ${{ secrets.VERCEL_TOKEN }}
285285
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}

0 commit comments

Comments
 (0)