Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
improve caching in mdbook-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Nov 19, 2022
1 parent 626b777 commit 5c76e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdbook-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
- name: Determine current mdbook version
id: mdbook-version
uses: pozetroninc/github-action-get-latest-release@v0.5.0
uses: pozetroninc/github-action-get-latest-release@06da55dc399d06375d2d1fe57542398d5bd989c6
with:
owner: rust-lang
repo: mdBook
Expand All @@ -41,7 +41,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://rossmacarthur.github.io/install/crate.sh | bash -s -- --repo "rust-lang/mdBook" --bin mdbook --to ~/.cargo/bin
- name: Determine current mdbook-toc version
id: mdbook-toc-version
uses: pozetroninc/github-action-get-latest-release@v0.5.0
uses: pozetroninc/github-action-get-latest-release@06da55dc399d06375d2d1fe57542398d5bd989c6
with:
owner: badboy
repo: mdbook-toc
Expand Down

0 comments on commit 5c76e44

Please sign in to comment.