mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
chore: use actions/checkout@v4 (#5291)
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
This commit is contained in:
parent
d73046bb91
commit
d771fdffc8
2
.github/workflows/chainalert.yml
vendored
2
.github/workflows/chainalert.yml
vendored
@ -8,5 +8,5 @@ jobs:
|
||||
chainalert:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- uses: checkmarx/chainalert-github-action@v1
|
||||
|
||||
4
.github/workflows/vercel-preview.yml
vendored
4
.github/workflows/vercel-preview.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
Deploy-Preview:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Vercel CLI
|
||||
run: npm install --global vercel@canary
|
||||
- name: Pull Vercel Environment Information
|
||||
@ -20,4 +20,4 @@ jobs:
|
||||
- name: Build Project Artifacts
|
||||
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
|
||||
- name: Deploy Project Artifacts to Vercel
|
||||
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
|
||||
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }}
|
||||
|
||||
4
.github/workflows/vercel-production.yml
vendored
4
.github/workflows/vercel-production.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
Deploy-Production:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Vercel CLI
|
||||
run: npm install --global vercel@canary
|
||||
- name: Pull Vercel Environment Information
|
||||
@ -18,4 +18,4 @@ jobs:
|
||||
- name: Build Project Artifacts
|
||||
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
|
||||
- name: Deploy Project Artifacts to Vercel
|
||||
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
|
||||
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user