Skip to content

Commit 527e118

Browse files
committed
CI: Bump dependency versions
1 parent 209aa95 commit 527e118

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/build-deploy-assets.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
container: twtug/lkmpg
1313

1414
steps:
15-
- uses: actions/checkout@v3.1.0
15+
- uses: actions/checkout@v4
1616
- name: Build
1717
run: |
1818
make all

Diff for: .github/workflows/deploy-github-page.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
container: twtug/lkmpg
1313

1414
steps:
15-
- uses: actions/checkout@v3.1.0
15+
- uses: actions/checkout@v4
1616
- name: Build
1717
run: |
1818
make html
1919
- name: Deploy to gh-pages branch
20-
uses: peaceiris/[email protected].0
20+
uses: peaceiris/[email protected].3
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
publish_dir: ./html

Diff for: .github/workflows/status-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
steps:
1515
- name: checkout code
16-
uses: actions/checkout@v3.1.0
16+
uses: actions/checkout@v4
1717
- name: validate coding style and functionality
1818
run: |
1919
sudo apt-get install -q -y clang-format-12

0 commit comments

Comments
 (0)