Commit 857be91 1 parent 3e1585a commit 857be91 Copy full SHA for 857be91
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Use Node.js ${{ matrix.node-version }}
16
16
uses : actions/setup-node@v4
17
17
with :
18
18
node-version : 20
19
19
20
20
- name : Cache dependencies
21
- uses : actions/cache@v3
21
+ uses : actions/cache@v4
22
22
with :
23
23
path : ~/.npm
24
24
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
43
43
branch : ' master'
44
44
45
45
- name : Deploy
46
- uses : peaceiris/actions-gh-pages@v3
46
+ uses : peaceiris/actions-gh-pages@v4
47
47
with :
48
48
github_token : ${{ secrets.GITHUB_TOKEN }}
49
49
publish_dir : ./dist
Original file line number Diff line number Diff line change 19
19
20
20
21
21
- name : Cache dependencies
22
- uses : actions/cache@v3
22
+ uses : actions/cache@v4
23
23
with :
24
24
path : ~/.npm
25
25
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
31
31
- run : touch dist/.nojekyll
32
32
33
33
- name : Deploy
34
- uses : peaceiris/actions-gh-pages@v3
34
+ uses : peaceiris/actions-gh-pages@v4
35
35
with :
36
36
github_token : ${{ secrets.GITHUB_TOKEN }}
37
37
publish_dir : ./dist
You can’t perform that action at this time.
0 commit comments