diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d77f9c5d9..ea38a23a8 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.25.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.25.0 permissions: contents: write # create the Release + attach assets diff --git a/.github/workflows/publish-dispatch.yml b/.github/workflows/publish-dispatch.yml index 4a02e00d0..c3d946ec8 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.25.0 with: # "" on dispatch → pure durable gather version-name: ${{ inputs.version-name }}