Merge pull request #269 from sysprog21/ci-bump
Some checks are pending
build-deploy-assets / build (push) Waiting to run
deploy-github-page / build (push) Waiting to run
status-checks / validate (push) Waiting to run

CI: Bump dependency versions
This commit is contained in:
Jim Huang 2024-10-05 11:51:02 +08:00 committed by GitHub
commit 31a14a036c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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