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

View File

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

View File

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