mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 13:58:19 +08:00
Merge pull request #269 from sysprog21/ci-bump
CI: Bump dependency versions
This commit is contained in:
commit
31a14a036c
2
.github/workflows/build-deploy-assets.yaml
vendored
2
.github/workflows/build-deploy-assets.yaml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
git tag latest
|
git tag latest
|
||||||
git push -f --tags
|
git push -f --tags
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v0.1.15
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
lkmpg.pdf
|
lkmpg.pdf
|
||||||
|
|
2
.github/workflows/deploy-github-page.yaml
vendored
2
.github/workflows/deploy-github-page.yaml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
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.3
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
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
|
@ -16,7 +16,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Test changed source files
|
- name: Test changed source files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v39
|
uses: tj-actions/changed-files@v45
|
||||||
with:
|
with:
|
||||||
files: examples/**
|
files: examples/**
|
||||||
- name: validate coding style and functionality
|
- name: validate coding style and functionality
|
||||||
|
|
Loading…
Reference in New Issue
Block a user