mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 04:54:20 +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 push -f --tags
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v0.1.15
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: |
|
||||
lkmpg.pdf
|
||||
|
|
2
.github/workflows/deploy-github-page.yaml
vendored
2
.github/workflows/deploy-github-page.yaml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
run: |
|
||||
make html
|
||||
- name: Deploy to gh-pages branch
|
||||
uses: peaceiris/actions-gh-pages@v3.9.3
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
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
|
||||
- name: Test changed source files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v39
|
||||
uses: tj-actions/changed-files@v45
|
||||
with:
|
||||
files: examples/**
|
||||
- name: validate coding style and functionality
|
||||
|
|
Loading…
Reference in New Issue
Block a user