Skip to content

Commit 63ac35d

Browse files
committed
CI: Bump dependency versions
1 parent 96e522c commit 63ac35d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy_github_page.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
container: twtug/lkmpg
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3.0.2
1616
- name: Build
1717
run: |
1818
make html
1919
- name: Deploy to gh-pages branch
20-
uses: peaceiris/actions-gh-pages@v3
20+
uses: peaceiris/actions-gh-pages@v3.8.0
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
publish_dir: ./html

.github/workflows/generate_doc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
container: twtug/lkmpg
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3.0.2
1616
- name: Build
1717
run: |
1818
make all
@@ -29,7 +29,7 @@ jobs:
2929
lkmpg.pdf
3030
lkmpg-html.tar.gz
3131
- name: Release
32-
uses: softprops/[email protected].8
32+
uses: softprops/[email protected].14
3333
with:
3434
files: |
3535
lkmpg.pdf

.github/workflows/status-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- name: checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3.0.2
1717
- name: validate coding style and functionality
1818
run: |
1919
sudo apt-get install -q -y clang-format-11

0 commit comments

Comments
 (0)