Skip to content

Commit 75d8ff7

Browse files
authored
chore: bump vercel-action to v41 in CI workflow (#456)
* chore: bump vercel-action to v41 in CI workflow * chore: bump vercel-action to v41.1.4 and specify vercel-version in CI workflow
1 parent bec3ae3 commit 75d8ff7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@ jobs:
3232
- name: Install extra dependencies
3333
run: npm install --global bun@latest vercel@latest
3434

35-
- uses: amondnet/vercel-action@v25
35+
- uses: amondnet/vercel-action@v41.1.4
3636
id: vercel
3737
with:
3838
vercel-token: ${{ secrets.VERCEL_TOKEN }}
3939
vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
4040
vercel-args: ${{ github.ref_name == env.DEFAULT_BRANCH && '--prod' || '' }}
4141
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
42+
vercel-version: 50.8.1
4243

4344
linkinator:
4445
needs: vercel_deployment

0 commit comments

Comments
 (0)