File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ jobs:
12
12
concurrency :
13
13
group : ${{ github.workflow }}-${{ github.ref }}
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
17
17
- name : Setup Node
18
- uses : actions/setup-node@v3
18
+ uses : actions/setup-node@v4
19
19
with :
20
20
node-version : ' 20'
21
21
22
22
- name : Cache pnpm modules
23
- uses : actions/cache@v3
23
+ uses : actions/cache@v4
24
24
with :
25
25
path : ~/.pnpm-store
26
26
key : ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
27
27
restore-keys : |
28
28
${{ runner.os }}-
29
- - uses : pnpm/action-setup@v3
29
+ - uses : pnpm/action-setup@v4
30
30
with :
31
31
version : 9.0.5
32
32
run_install : true
37
37
- run : cp -a static/. ./build/ # Copy missing files to build folder
38
38
39
39
- name : Deploy
40
- uses : peaceiris/actions-gh-pages@v3
40
+ uses : peaceiris/actions-gh-pages@v4
41
41
if : ${{ github.ref == 'refs/heads/master' }}
42
42
with :
43
43
github_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments