File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
container : twtug/lkmpg
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3.0.2
16
16
- name : Build
17
17
run : |
18
18
make html
19
19
- name : Deploy to gh-pages branch
20
- uses : peaceiris/actions-gh-pages@v3
20
+ uses : peaceiris/actions-gh-pages@v3.8.0
21
21
with :
22
22
github_token : ${{ secrets.GITHUB_TOKEN }}
23
23
publish_dir : ./html
Original file line number Diff line number Diff line change 12
12
container : twtug/lkmpg
13
13
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3.0.2
16
16
- name : Build
17
17
run : |
18
18
make all
29
29
lkmpg.pdf
30
30
lkmpg-html.tar.gz
31
31
- name : Release
32
- uses :
softprops/[email protected] .8
32
+ uses :
softprops/[email protected] .14
33
33
with :
34
34
files : |
35
35
lkmpg.pdf
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-20.04
14
14
steps :
15
15
- name : checkout code
16
- uses : actions/checkout@v2
16
+ uses : actions/checkout@v3.0.2
17
17
- name : validate coding style and functionality
18
18
run : |
19
19
sudo apt-get install -q -y clang-format-11
You can’t perform that action at this time.
0 commit comments