chore: upgrade actions version (#211)

This commit is contained in:
Yang Libin 2023-05-10 19:58:10 +08:00 committed by GitHub
parent 3a64245e8b
commit 5c44562fe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 21 deletions

View File

@ -26,7 +26,7 @@ jobs:
run: npm run build run: npm run build
- name: Deploy - name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.5 uses: JamesIves/github-pages-deploy-action@v4
with: with:
branch: gh-pages branch: gh-pages
folder: dist folder: dist

View File

@ -24,7 +24,7 @@ jobs:
npm run build:h5-netlify npm run build:h5-netlify
- name: Upload dist artifact - name: Upload dist artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: dist name: dist
path: dist path: dist
@ -36,7 +36,7 @@ jobs:
- name: Upload PR number - name: Upload PR number
if: ${{ always() }} if: ${{ always() }}
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: pr name: pr
path: ./pr-id.txt path: ./pr-id.txt

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Create - name: Create
uses: actions-cool/maintain-one-comment@v2 uses: actions-cool/maintain-one-comment@v3
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
body: | body: |

28
package-lock.json generated
View File

@ -21655,10 +21655,9 @@
}, },
"node_modules/npm/node_modules/lodash._baseindexof": { "node_modules/npm/node_modules/lodash._baseindexof": {
"version": "3.1.0", "version": "3.1.0",
"dev": true, "extraneous": true,
"inBundle": true, "inBundle": true,
"license": "MIT", "license": "MIT"
"optional": true
}, },
"node_modules/npm/node_modules/lodash._baseuniq": { "node_modules/npm/node_modules/lodash._baseuniq": {
"version": "4.6.0", "version": "4.6.0",
@ -21673,24 +21672,21 @@
}, },
"node_modules/npm/node_modules/lodash._bindcallback": { "node_modules/npm/node_modules/lodash._bindcallback": {
"version": "3.0.1", "version": "3.0.1",
"dev": true, "extraneous": true,
"inBundle": true, "inBundle": true,
"license": "MIT", "license": "MIT"
"optional": true
}, },
"node_modules/npm/node_modules/lodash._cacheindexof": { "node_modules/npm/node_modules/lodash._cacheindexof": {
"version": "3.0.2", "version": "3.0.2",
"dev": true, "extraneous": true,
"inBundle": true, "inBundle": true,
"license": "MIT", "license": "MIT"
"optional": true
}, },
"node_modules/npm/node_modules/lodash._createcache": { "node_modules/npm/node_modules/lodash._createcache": {
"version": "3.1.2", "version": "3.1.2",
"dev": true, "extraneous": true,
"inBundle": true, "inBundle": true,
"license": "MIT", "license": "MIT",
"optional": true,
"dependencies": { "dependencies": {
"lodash._getnative": "^3.0.0" "lodash._getnative": "^3.0.0"
} }
@ -21704,10 +21700,9 @@
}, },
"node_modules/npm/node_modules/lodash._getnative": { "node_modules/npm/node_modules/lodash._getnative": {
"version": "3.9.1", "version": "3.9.1",
"dev": true, "extraneous": true,
"inBundle": true, "inBundle": true,
"license": "MIT", "license": "MIT"
"optional": true
}, },
"node_modules/npm/node_modules/lodash._root": { "node_modules/npm/node_modules/lodash._root": {
"version": "3.0.1", "version": "3.0.1",
@ -21725,10 +21720,9 @@
}, },
"node_modules/npm/node_modules/lodash.restparam": { "node_modules/npm/node_modules/lodash.restparam": {
"version": "3.6.1", "version": "3.6.1",
"dev": true, "extraneous": true,
"inBundle": true, "inBundle": true,
"license": "MIT", "license": "MIT"
"optional": true
}, },
"node_modules/npm/node_modules/lodash.union": { "node_modules/npm/node_modules/lodash.union": {
"version": "4.6.0", "version": "4.6.0",