Skip to content

Commit

Permalink
CI: Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Sep 17, 2023
1 parent 209aa95 commit 527e118
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
container: twtug/lkmpg

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4
- name: Build
run: |
make all
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-github-page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
container: twtug/lkmpg

steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v4
- name: Build
run: |
make html
- name: Deploy to gh-pages branch
uses: peaceiris/actions-gh-pages@v3.9.0
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/status-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: checkout code
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4
- name: validate coding style and functionality
run: |
sudo apt-get install -q -y clang-format-12
Expand Down

0 comments on commit 527e118

Please sign in to comment.