mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 05:50:41 +08:00
CI: Bump dependency versions
This commit is contained in:
parent
209aa95a38
commit
527e118da8
2
.github/workflows/build-deploy-assets.yaml
vendored
2
.github/workflows/build-deploy-assets.yaml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
container: twtug/lkmpg
|
container: twtug/lkmpg
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.1.0
|
- uses: actions/checkout@v4
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make all
|
make all
|
||||||
|
|
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@v3.1.0
|
- uses: actions/checkout@v4
|
||||||
- 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.9.0
|
uses: peaceiris/actions-gh-pages@v3.9.3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./html
|
publish_dir: ./html
|
||||||
|
|
2
.github/workflows/status-check.yaml
vendored
2
.github/workflows/status-check.yaml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: checkout code
|
- name: checkout code
|
||||||
uses: actions/checkout@v3.1.0
|
uses: actions/checkout@v4
|
||||||
- name: validate coding style and functionality
|
- name: validate coding style and functionality
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -q -y clang-format-12
|
sudo apt-get install -q -y clang-format-12
|
||||||
|
|
Loading…
Reference in New Issue
Block a user