Skip to content

Commit 6e1d038

Browse files
committed
Updating versions for all Actions
1 parent 2d764e7 commit 6e1d038

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/manual.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616

1717
- name: Setup mdBook
18-
uses: peaceiris/actions-mdbook@v1
18+
uses: peaceiris/actions-mdbook@v2
1919
with:
2020
mdbook-version: "latest"
2121

@@ -24,7 +24,7 @@ jobs:
2424
working-directory: manual
2525

2626
- name: Deploy to GitHub Pages
27-
uses: JamesIves/github-pages-deploy-action@v4.2.5
27+
uses: JamesIves/github-pages-deploy-action@v4.7.3
2828
with:
2929
branch: gh-pages
3030
folder: manual/book

0 commit comments

Comments
 (0)