Skip to content

Commit d37f11a

Browse files
committed
a normal merge
2 parents 2e0b1dd + 85e633a commit d37f11a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
run: export TZ='Asia/Shanghai'
2222

2323
- name: 检查分支
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727

2828
- name: 安装 Node
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: "22.x"
3232

themes/landscape/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.2",
44
"private": true,
55
"devDependencies": {
6-
"grunt": "~0.4.2",
6+
"grunt": "~1.6.1",
77
"load-grunt-tasks": "~0.2.0",
88
"grunt-git": "~0.2.2",
99
"grunt-contrib-clean": "~0.5.0",

0 commit comments

Comments
 (0)