Skip to content

Commit efe0ac1

Browse files
authored
Upgrade action version (#56)
1 parent 4d624b8 commit efe0ac1

File tree

5 files changed

+7
-1697
lines changed

5 files changed

+7
-1697
lines changed

.github/workflows/gh-pages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
if: "!contains(github.event.head_commit.message, 'skip ci')"
1212
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/setup-node@v2
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '14'
16+
node-version: 'lts/*'
1717
- run: |
1818
npm install
1919
npm run build

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"server": "hexo server"
1010
},
1111
"hexo": {
12-
"version": "6.0.0"
12+
"version": "6.3.0"
1313
},
1414
"dependencies": {
15-
"hexo": "^6.0.0",
15+
"hexo": "^6.3.0",
1616
"hexo-fs": "^4.1.1",
1717
"hexo-generator-archive": "^1.0.0",
1818
"hexo-generator-category": "^1.0.0",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<div class="page-footer">Copyright &#169 2022 OpenSource.Win</div>
1+
<div class="page-footer">Copyright &#169 2022 - <%- date(Date.now(), 'YYYY') %> OpenSource.Win</div>

themes/OpenSouceWin/layout/_partial/detail.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</div>
1111
</div>
1212
</div>
13-
<!-- 詳情 -->
13+
<!-- 详情 -->
1414
<div class="container pt-5 detail-content">
1515
<div class="row justify-content-center">
1616
<div class="col-sm-12 col-md-8">

0 commit comments

Comments
 (0)