mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-25 09:41:47 +08:00
CI: Bump dependency versions
This commit is contained in:
parent
0fe984fd04
commit
c6b59d2a8f
4
.github/workflows/build-deploy-assets.yaml
vendored
4
.github/workflows/build-deploy-assets.yaml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
container: twtug/lkmpg
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3.0.2
|
||||
- uses: actions/checkout@v3.1.0
|
||||
- name: Build
|
||||
run: |
|
||||
make all
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
lkmpg.pdf
|
||||
lkmpg-html.tar.gz
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v0.1.14
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
with:
|
||||
files: |
|
||||
lkmpg.pdf
|
||||
|
|
4
.github/workflows/deploy-github-page.yaml
vendored
4
.github/workflows/deploy-github-page.yaml
vendored
|
@ -12,12 +12,12 @@ jobs:
|
|||
container: twtug/lkmpg
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3.0.2
|
||||
- uses: actions/checkout@v3.1.0
|
||||
- name: Build
|
||||
run: |
|
||||
make html
|
||||
- name: Deploy to gh-pages branch
|
||||
uses: peaceiris/actions-gh-pages@v3.8.0
|
||||
uses: peaceiris/actions-gh-pages@v3.9.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
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-20.04
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v3.0.2
|
||||
uses: actions/checkout@v3.1.0
|
||||
- name: validate coding style and functionality
|
||||
run: |
|
||||
sudo apt-get install -q -y clang-format-11
|
||||
|
|
Loading…
Reference in New Issue
Block a user