Skip to content

Commit d63f476

Browse files
committed
ci: update vercel action
1 parent e1a7cef commit d63f476

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
run: |
191191
pnpm --filter=@codeimage/app build
192192
193-
- uses: amondnet/vercel-action@v25.1.0
193+
- uses: amondnet/vercel-action@v25.2.0
194194
with:
195195
vercel-token: ${{secrets.VERCEL_TOKEN}} # Required
196196
github-token: ${{secrets.GITHUB_TOKEN}} #Optional
@@ -243,7 +243,7 @@ jobs:
243243
run: |
244244
pnpm --filter=@codeimage/app build
245245
246-
- uses: amondnet/vercel-action@v25.1.0
246+
- uses: amondnet/vercel-action@v25.2.0
247247
with:
248248
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
249249
github-token: ${{ secrets.GITHUB_TOKEN }} #Optional
@@ -287,7 +287,7 @@ jobs:
287287
run: |
288288
pnpm --filter=@codeimage/highlight build:dev
289289
290-
- uses: amondnet/vercel-action@v25.1.0
290+
- uses: amondnet/vercel-action@v25.2.0
291291
with:
292292
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
293293
github-token: ${{ secrets.GITHUB_TOKEN }} #Optional
@@ -334,7 +334,7 @@ jobs:
334334
run: |
335335
pnpm --filter=@codeimage/website build
336336
337-
- uses: amondnet/vercel-action@v25.1.0
337+
- uses: amondnet/vercel-action@v25.2.0
338338
with:
339339
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
340340
github-token: ${{ secrets.GITHUB_TOKEN }} #Optional

.github/workflows/prod-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
ENABLE_VERCEL_BUILD: true
228228
run: |
229229
pnpm --filter=@codeimage/highlight build:dev
230-
- uses: amondnet/vercel-action@v25.1.0
230+
- uses: amondnet/vercel-action@v25.2.0
231231
with:
232232
vercel-token: ${{ secrets.VERCEL_TOKEN }}
233233
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -317,7 +317,7 @@ jobs:
317317
run: |
318318
pnpm --filter=@codeimage/app build
319319
320-
- uses: amondnet/vercel-action@v25.1.0
320+
- uses: amondnet/vercel-action@v25.2.0
321321
if: ${{ github.event.inputs.deploy-frontend == 'true' }}
322322
name: Deploy
323323
with:

0 commit comments

Comments
 (0)