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

Commit 5c76e44

Browse files
committed
improve caching in mdbook-docs.yml
1 parent 626b777 commit 5c76e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mdbook-docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525
- name: Determine current mdbook version
2626
id: mdbook-version
27-
uses: pozetroninc/github-action-get-latest-release@v0.5.0
27+
uses: pozetroninc/github-action-get-latest-release@06da55dc399d06375d2d1fe57542398d5bd989c6
2828
with:
2929
owner: rust-lang
3030
repo: mdBook
@@ -41,7 +41,7 @@ jobs:
4141
curl --proto '=https' --tlsv1.2 -sSf https://rossmacarthur.github.io/install/crate.sh | bash -s -- --repo "rust-lang/mdBook" --bin mdbook --to ~/.cargo/bin
4242
- name: Determine current mdbook-toc version
4343
id: mdbook-toc-version
44-
uses: pozetroninc/github-action-get-latest-release@v0.5.0
44+
uses: pozetroninc/github-action-get-latest-release@06da55dc399d06375d2d1fe57542398d5bd989c6
4545
with:
4646
owner: badboy
4747
repo: mdbook-toc

0 commit comments

Comments
 (0)