Skip to content

Commit

Permalink
Update to actions/checkout@v4
Browse files Browse the repository at this point in the history
Update GitHub action to remove Node deprecation warning
  • Loading branch information
kesyog committed Feb 4, 2024
1 parent ee6f05c commit 3339c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pages: write # To push to a GitHub Pages site
id-token: write # To update the deployment status
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install latest mdbook
Expand Down

0 comments on commit 3339c51

Please sign in to comment.