diff options
author | 2020-10-15 17:15:06 +0000 | |
---|---|---|
committer | 2020-10-15 17:15:06 +0000 | |
commit | 484fce9329dfd899bc42f6c664e15fb0c1723b01 (patch) | |
tree | 6a5dedf8c1d2f01234680d23b45e11c99b5f0c1a | |
parent | 355cb82d0693fe108ac28ec8a0d77e8aab4e6e06 (diff) | |
download | rtic-484fce9329dfd899bc42f6c664e15fb0c1723b01.tar.gz rtic-484fce9329dfd899bc42f6c664e15fb0c1723b01.tar.zst rtic-484fce9329dfd899bc42f6c664e15fb0c1723b01.zip |
Use latest GHA mdBook action
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index def72c95..3581bb48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -605,7 +605,7 @@ jobs: run: pip install git+https://github.com/linkchecker/linkchecker.git - name: mdBook Action - uses: peaceiris/actions-mdbook@v1.1.11 + uses: peaceiris/actions-mdbook@v1.1.13 with: mdbook-version: 'latest' @@ -660,7 +660,7 @@ jobs: run: python -c "import sys; print(sys.version)" - name: mdBook Action - uses: peaceiris/actions-mdbook@v1.1.11 + uses: peaceiris/actions-mdbook@v1.1.13 with: mdbook-version: 'latest' |