From a5574969e6f06b69ef20cc47cf41bb39072f37d5 Mon Sep 17 00:00:00 2001 From: penndu Date: Fri, 3 Nov 2023 20:24:20 +0800 Subject: [PATCH] a --- themes/volantis/.github/workflows/label-commenter.yml | 2 +- themes/volantis/.github/workflows/npm-publish.yml | 4 ++-- themes/volantis/.github/workflows/pr-updater.yml | 2 +- themes/volantis/.github/workflows/release-please.yml | 4 ++-- themes/volantis/.github/workflows/test-deploy.yml | 2 +- themes/volantis/README.md | 2 -- themes/volantis/_cdn.yml | 4 ++-- themes/volantis/package.json | 2 +- 8 files changed, 10 insertions(+), 12 deletions(-) diff --git a/themes/volantis/.github/workflows/label-commenter.yml b/themes/volantis/.github/workflows/label-commenter.yml index 0eb08c2c..dca5baa8 100644 --- a/themes/volantis/.github/workflows/label-commenter.yml +++ b/themes/volantis/.github/workflows/label-commenter.yml @@ -15,7 +15,7 @@ jobs: if: github.repository == 'volantis-x/hexo-theme-volantis' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Label Commenter uses: peaceiris/actions-label-commenter@v1 with: diff --git a/themes/volantis/.github/workflows/npm-publish.yml b/themes/volantis/.github/workflows/npm-publish.yml index b19b5077..fd0db1c9 100644 --- a/themes/volantis/.github/workflows/npm-publish.yml +++ b/themes/volantis/.github/workflows/npm-publish.yml @@ -10,9 +10,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 12 registry-url: https://registry.npmjs.org diff --git a/themes/volantis/.github/workflows/pr-updater.yml b/themes/volantis/.github/workflows/pr-updater.yml index 87310ac4..b8acd05b 100644 --- a/themes/volantis/.github/workflows/pr-updater.yml +++ b/themes/volantis/.github/workflows/pr-updater.yml @@ -10,7 +10,7 @@ jobs: if: github.repository == 'volantis-x/hexo-theme-volantis' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: update all prs uses: maxkomarychev/pr-updater-action@v1.0.1 with: diff --git a/themes/volantis/.github/workflows/release-please.yml b/themes/volantis/.github/workflows/release-please.yml index 4cc3b2c1..ee17df45 100644 --- a/themes/volantis/.github/workflows/release-please.yml +++ b/themes/volantis/.github/workflows/release-please.yml @@ -17,8 +17,8 @@ jobs: if: ${{ contains(github.event.head_commit.message, 'chore(dev)') && contains(github.event.head_commit.message, 'release') && github.repository == 'volantis-x/hexo-theme-volantis' }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: 16 registry-url: https://registry.npmjs.org diff --git a/themes/volantis/.github/workflows/test-deploy.yml b/themes/volantis/.github/workflows/test-deploy.yml index 90c1f86d..b7cc8b12 100644 --- a/themes/volantis/.github/workflows/test-deploy.yml +++ b/themes/volantis/.github/workflows/test-deploy.yml @@ -15,7 +15,7 @@ jobs: node_version: ['18', '16'] steps: - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node_version }} - name: Clone diff --git a/themes/volantis/README.md b/themes/volantis/README.md index a34c3411..c481f277 100644 --- a/themes/volantis/README.md +++ b/themes/volantis/README.md @@ -32,8 +32,6 @@ npm i hexo-theme-volantis See docs: https://volantis.js.org -or: https://vlts.cc - or: https://volantis.vercel.app ## Examples diff --git a/themes/volantis/_cdn.yml b/themes/volantis/_cdn.yml index bfb1871f..d7d5a0ef 100644 --- a/themes/volantis/_cdn.yml +++ b/themes/volantis/_cdn.yml @@ -270,14 +270,14 @@ busuanzi: artalk_js: name: artalk file: dist/Artalk.js - version: 2.5.5 + version: 2.6.4 npm: true static: false cdnjs: true artalk_css: name: artalk file: dist/Artalk.css - version: 2.5.5 + version: 2.6.4 npm: true static: false cdnjs: true diff --git a/themes/volantis/package.json b/themes/volantis/package.json index 057a4271..175ae516 100644 --- a/themes/volantis/package.json +++ b/themes/volantis/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://volantis.js.org", "dependencies": { - "hexo": "^6.3.0", + "hexo": "^7.0.0", "hexo-renderer-stylus": "^3.0.0", "hexo-renderer-ejs": "^2.0.0", "hexo-generator-json-content": "^4.2.3"