From f264788fd128863ab2d52b185d7991f844ee1bd2 Mon Sep 17 00:00:00 2001 From: Kisaragi Marine Date: Sat, 29 Jun 2024 07:02:54 +0900 Subject: [PATCH] chore: add markers to dependencies to enable extractors --- .github/workflows/deploy.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 760e89d..8d492c7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -18,14 +18,14 @@ jobs: build: runs-on: ubuntu-latest env: - # https://github.com/rust-lang/mdBook/releases/tag/v0.4.40 - MDBOOK_VERSION: 0.4.40 + # renovate: rust-lang/mdBook + MDBOOK_VERSION: '0.4.40' - # https://github.com/slowsage/mdbook-pagetoc/releases/tag/v0.2.0 - MDBOOK_PAGETOC_VERSION: 0.2.0 + # renovate: slowsage/mdbook-pagetoc + MDBOOK_PAGETOC_VERSION: '0.2.0' - # https://github.com/lambdalisue/rs-mdbook-alerts/releases/tag/v0.5.2 - MDBOOK_ALERTS_VERSION: 0.5.2 + # renovate: lambdalisue/rs-mdbook-alerts + MDBOOK_ALERTS_VERSION: '0.5.2' steps: - name: Checkout uses: actions/checkout@v4