Skip to content

Commit

Permalink
Bump actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksdavis committed Oct 18, 2024
1 parent bdaefcb commit dad18ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.40/mdbook-v0.4.40-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=$HOME/.cargo/bin

- name: Checkout source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build
run: mdbook build
Expand Down

0 comments on commit dad18ba

Please sign in to comment.