ci(github-action): update ghcr.io/bjw-s/mdbook docker tag to v0.4.30

| datasource | package              | from   | to     |
| ---------- | -------------------- | ------ | ------ |
| docker     | ghcr.io/bjw-s/mdbook | 0.4.29 | 0.4.30 |
This commit is contained in:
bjw-s-bot 2023-05-29 01:32:03 +00:00
parent e6a44483c6
commit 916ebdc93d

View file

@ -30,7 +30,7 @@ jobs:
fetch-depth: 0
- name: Build docs
uses: docker://ghcr.io/bjw-s/mdbook:0.4.29@sha256:be28c4f29cf5be1c70642309256aa2ce4f2e32c75b617400418e5b9457702256
uses: docker://ghcr.io/bjw-s/mdbook:0.4.30@sha256:5066cc47f0166c9127002cbe6de57a4763d8af6521fff3ee200641f8ad3f1c75
with:
args: bash -c "cd docs && mdbook build"