Skip to content

Commit

Permalink
Update dependency versions in deployment workflows
Browse files Browse the repository at this point in the history
- Use actions/checkout@v4 and Vercel version 32.6.1
  • Loading branch information
taesungh committed Dec 10, 2023
1 parent cd80b69 commit 0a47bd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
<table>
<tr>
Expand All @@ -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: |
<table>
<tr>
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 0a47bd0

Please sign in to comment.