actions-mdbook
actions-mdbook copied to clipboard
GitHub Actions for mdBook (rust-lang/mdBook) ⚡️ Setup mdBook quickly and build your site fast. Linux (Ubuntu), macOS, and Windows are supported.
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.2.10. Release notes Sourced from node-fetch's releases. v3.2.10 3.2.10 (2022-07-31) Bug Fixes ReDoS referrer (#1611) (2880238) v3.2.9 3.2.9 (2022-07-18) Bug Fixes Headers: don't forward secure...
### Checklist - [X] I am using the latest version of this action. - [X] I have read the latest README and followed the instructions. - [X] I have read...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 1 to 2. Release notes Sourced from actions/dependency-review-action's releases. 2.0.0 Major version update! We are introducing a few configuration options to make the action more useful in...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.0. Changelog Sourced from @actions/core's changelog. 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of @actions/http-client #1087 1.8.1 Update to v2.0.0...
Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) from 1.7.2 to 2.0.1. Changelog Sourced from @actions/tool-cache's changelog. 2.0.1 Update to v2.0.1 of @actions/http-client #1087 2.0.0 Update to v2.0.0 of @actions/http-client The type of the headers parameter...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. Changelog Sourced from github/codeql-action's changelog. 2.1.8 - 08 Apr 2022 Update default CodeQL bundle version to 2.8.5. #1014 Fix error where the init action...
**Is your feature request related to a problem? Please describe.** Unless i'm missing something the current version only allows getting a specific release version or the latest. I would like...
https://github.com/peaceiris/actions-hugo/commit/aeba6547bbb28e39b29e7d03f6978c80d6c09931
**Is your feature request related to a problem? Please describe.** An option that fetching the latest version from `value`. ```yaml with: fetch-from: 'github' # default: 'brew' ``` **Describe the solution...