File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3434 # “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
3535 fetch-depth : 0
3636 - name : Cache pnpm modules
37- uses : actions/cache@v2
37+ uses : actions/cache@v4
3838 with :
3939 path : ~/.pnpm-store
4040 key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 3131 # “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
3232 fetch-depth : 0
3333 - name : Cache pnpm modules
34- uses : actions/cache@v2
34+ uses : actions/cache@v4
3535 with :
3636 path : ~/.pnpm-store
3737 key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 3131 node-version : 20
3232
3333 - name : Cache pnpm modules
34- uses : actions/cache@v2
34+ uses : actions/cache@v4
3535 with :
3636 path : ~/.pnpm-store
3737 key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
4141 uses : actions/setup-node@v3
4242 with :
4343 # choose node.js version to use
44- node-version : ' 18 '
44+ node-version : ' 20 '
4545
4646 - name : Cache pnpm modules
47- uses : actions/cache@v2
47+ uses : actions/cache@v4
4848 with :
4949 path : ~/.pnpm-store
5050 key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 2222 repository : kongying-tavern/docs
2323
2424 - name : Cache pnpm modules
25- uses : actions/cache@v2
25+ uses : actions/cache@v4
2626 with :
2727 path : ~/.pnpm-store
2828 key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 2727 node-version : ${{ matrix.node_version }}
2828
2929 - name : Cache pnpm modules
30- uses : actions/cache@v2
30+ uses : actions/cache@v4
3131 with :
3232 path : ~/.pnpm-store
3333 key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments