diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-24 10:13:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 10:13:29 +0000 |
commit | c6987f65fe14c05050b2d63659384c447f5d039a (patch) | |
tree | 7d64fc97e8b9872781fa4d70712121d2e070f236 | |
parent | Add debugging to help diagnose lost device-list-update (#14268) (diff) | |
download | synapse-c6987f65fe14c05050b2d63659384c447f5d039a.tar.xz |
Bump peaceiris/actions-mdbook from 1.1.14 to 1.2.0 (#14275)
-rw-r--r-- | .github/workflows/docs.yaml | 2 | ||||
-rw-r--r-- | changelog.d/14275.misc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 798e308f20..7db8c0c3ea 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v3 - name: Setup mdbook - uses: peaceiris/actions-mdbook@4b5ef36b314c2599664ca107bb8c02412548d79d # v1.1.14 + uses: peaceiris/actions-mdbook@adeb05db28a0c0004681db83893d56c0388ea9ea # v1.2.0 with: mdbook-version: '0.4.17' diff --git a/changelog.d/14275.misc b/changelog.d/14275.misc new file mode 100644 index 0000000000..bcda89ff92 --- /dev/null +++ b/changelog.d/14275.misc @@ -0,0 +1 @@ +Bump peaceiris/actions-mdbook from 1.1.14 to 1.2.0. |