CI: Bump dependency versions
This commit is contained in:
parent
96e522cb36
commit
63ac35dd4f
.github/workflows
4
.github/workflows/deploy_github_page.yaml
vendored
4
.github/workflows/deploy_github_page.yaml
vendored
@ -12,12 +12,12 @@ jobs:
|
|||||||
container: twtug/lkmpg
|
container: twtug/lkmpg
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3.0.2
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make html
|
make html
|
||||||
- name: Deploy to gh-pages branch
|
- name: Deploy to gh-pages branch
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3.8.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./html
|
publish_dir: ./html
|
||||||
|
4
.github/workflows/generate_doc.yaml
vendored
4
.github/workflows/generate_doc.yaml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
container: twtug/lkmpg
|
container: twtug/lkmpg
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3.0.2
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make all
|
make all
|
||||||
@ -29,7 +29,7 @@ jobs:
|
|||||||
lkmpg.pdf
|
lkmpg.pdf
|
||||||
lkmpg-html.tar.gz
|
lkmpg-html.tar.gz
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v0.1.8
|
uses: softprops/action-gh-release@v0.1.14
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
lkmpg.pdf
|
lkmpg.pdf
|
||||||
|
2
.github/workflows/status-check.yaml
vendored
2
.github/workflows/status-check.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3.0.2
|
||||||
- name: validate coding style and functionality
|
- name: validate coding style and functionality
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -q -y clang-format-11
|
sudo apt-get install -q -y clang-format-11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user