File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@v5
10
10
with :
11
11
fetch-depth : 0
12
12
- name : Fetch submodules
Original file line number Diff line number Diff line change 10
10
deploy :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
submodules : recursive
Original file line number Diff line number Diff line change 6
6
misspell-fixer :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@v5
10
10
- uses : sobolevn/misspell-fixer-action@master
11
11
- name : " Check diff"
12
12
run : git diff --exit-code ${{ github.sha }}
Original file line number Diff line number Diff line change 6
6
format :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v4
9
+ - uses : actions/checkout@v5
10
10
- name : Setup Node
11
11
uses : actions/setup-node@v4
12
12
with :
You can’t perform that action at this time.
0 commit comments