From 0ecfadf3e566a45b20786cd89771461824e36e31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 18:58:22 +0000 Subject: [PATCH] chore(deps): update diamondlightsource/myst-version-switcher-plugin action to v0.27.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish-dispatch.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d77f9c5d92..a0fb782f4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: packages: write docs: # Call the docs building workflow directly - uses: DiamondLightSource/myst-version-switcher-plugin/.github/workflows/docs.yml@v0.24 + uses: DiamondLightSource/myst-version-switcher-plugin/.github/workflows/docs.yml@v0.27.0 with: # Whatever turns your sources into docs/_build/html at $BASE_URL. uv and Node # are preinstalled, so: make docs · tox -e docs · npm ci && npm run docs @@ -65,7 +65,7 @@ jobs: release: needs: [dist, test, docs] if: github.ref_type == 'tag' # tag pushes only - uses: DiamondLightSource/myst-version-switcher-plugin/.github/workflows/release.yml@v0.24 + uses: DiamondLightSource/myst-version-switcher-plugin/.github/workflows/release.yml@v0.27.0 permissions: contents: write # create the Release + attach assets diff --git a/.github/workflows/publish-dispatch.yml b/.github/workflows/publish-dispatch.yml index 4a02e00d05..da754375d0 100644 --- a/.github/workflows/publish-dispatch.yml +++ b/.github/workflows/publish-dispatch.yml @@ -18,7 +18,7 @@ on: jobs: publish: - uses: DiamondLightSource/myst-version-switcher-plugin/.github/workflows/publish.yml@v0.24 + uses: DiamondLightSource/myst-version-switcher-plugin/.github/workflows/publish.yml@v0.27.0 with: # "" on dispatch → pure durable gather version-name: ${{ inputs.version-name }}