Skip to content

Commit afa67f3

Browse files
committed
ci: update Vercel deployment action
1 parent 91c03a4 commit afa67f3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dev-deploy.yml

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

101101
- name: Deploy to Vercel Action
102102
id: deploy-to-vercel
103-
uses: EvanNotFound/vercel-deployment-for-github-actions@v1.2.1
103+
uses: EvanNotFound/vercel-deployment-for-github-actions@v1.2.2
104104
with:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106106
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

.github/workflows/pr-preview-deploy.yml

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

6060
- name: Deploy to Vercel
6161
id: deploy-to-vercel
62-
uses: EvanNotFound/vercel-deployment-for-github-actions@v1.2.1
62+
uses: EvanNotFound/vercel-deployment-for-github-actions@v1.2.2
6363
with:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

.github/workflows/prod-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: npm install -g vercel@latest
5353

5454
- name: Deploy to Vercel Action
55-
uses: EvanNotFound/vercel-deployment-for-github-actions@v1.2.1
55+
uses: EvanNotFound/vercel-deployment-for-github-actions@v1.2.2
5656
with:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)