Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d70ae4

Browse files
arihant2mathyouknowone
authored andcommittedApr 5, 2025··
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
 

‎.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.