Skip to content

Commit

Permalink
fix(action): Atualizando actions
Browse files Browse the repository at this point in the history
  • Loading branch information
reisdev committed May 14, 2024
1 parent e9c3809 commit e8a0827
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
env:
MDBOOK_VERSION: 0.4.21
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Setup mdBook
id: mdBook
uses: peaceiris/actions-mdbook@v1
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: "latest"
- name: Setup mdbook-sitemap-generator
Expand Down

0 comments on commit e8a0827

Please sign in to comment.