Skip to content

Commit

Permalink
fix: usage of a deprecated Node.js version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Oct 15, 2024
1 parent af2532d commit c4dc823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: write # To push a branch
pull-requests: write # To create a PR from that branch
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install latest mdbook
Expand Down

0 comments on commit c4dc823

Please sign in to comment.