Skip to content

Commit 8d70ae4

Browse files
arihant2mathyouknowone
authored andcommitted
Update action dependencies
actions/checkout -> v4 peaceiris/actions-mdbook -> v2
1 parent 88ba737 commit 8d70ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212

1313
- name: setup mdBook
14-
uses: peaceiris/actions-mdbook@v1
14+
uses: peaceiris/actions-mdbook@v2
1515
with:
1616
mdbook-version: latest
1717

0 commit comments

Comments
 (0)