Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
penndu committed Nov 3, 2023
1 parent 05598da commit a557496
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion themes/volantis/.github/workflows/label-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions themes/volantis/.github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion themes/volantis/.github/workflows/pr-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions themes/volantis/.github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion themes/volantis/.github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions themes/volantis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions themes/volantis/_cdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion themes/volantis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a557496

Please sign in to comment.