diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml
index 4f04b78f..fdc60970 100644
--- a/.github/workflows/deploy-preview.yml
+++ b/.github/workflows/deploy-preview.yml
@@ -11,10 +11,10 @@ jobs:
Site:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- uses: amondnet/vercel-action@v25
with:
- vercel-version: 30.2.2
+ vercel-version: 32.6.1
github-comment: |
@@ -37,10 +37,10 @@ jobs:
Studio:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- uses: amondnet/vercel-action@v25
with:
- vercel-version: 30.2.2
+ vercel-version: 32.6.1
github-comment: |
diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml
index 0d835e6f..f9a08586 100644
--- a/.github/workflows/deploy-prod.yml
+++ b/.github/workflows/deploy-prod.yml
@@ -17,10 +17,10 @@ jobs:
Site:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- uses: amondnet/vercel-action@v25
with:
- vercel-version: 30.2.2
+ vercel-version: 32.6.1
github-comment: false
vercel-args: "--prod"
vercel-token: ${{ secrets.VERCEL_TOKEN }}
@@ -29,10 +29,10 @@ jobs:
Studio:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
- uses: amondnet/vercel-action@v25
with:
- vercel-version: 30.2.2
+ vercel-version: 32.6.1
github-comment: false
vercel-args: "--prod"
vercel-token: ${{ secrets.VERCEL_TOKEN }}