mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore(deps): update all non-major dependencies (#8484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
DOC_ENV: production
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: gh-pages
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
commit-message: website deploy
|
||||
|
||||
- name: Deploy to vercel
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.4
|
||||
with:
|
||||
token: ${{ secrets.EP_BOT_TOKEN }}
|
||||
branch: main
|
||||
|
||||
4
.github/workflows/publish-docs-deploy.yml
vendored
4
.github/workflows/publish-docs-deploy.yml
vendored
@@ -58,7 +58,7 @@ jobs:
|
||||
DOC_ENV: production
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: gh-pages
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
commit-message: website deploy
|
||||
|
||||
- name: Deploy to vercel
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.4
|
||||
with:
|
||||
token: ${{ secrets.EP_BOT_TOKEN }}
|
||||
branch: main
|
||||
|
||||
2
.github/workflows/staging-docs.yml
vendored
2
.github/workflows/staging-docs.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
|
||||
- name: Deploy staging website
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.3
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.4
|
||||
with:
|
||||
token: ${{ secrets.EP_BOT_TOKEN }}
|
||||
branch: main
|
||||
|
||||
Reference in New Issue
Block a user