CP-13545 Update publish docs github action to use latest action versions - #695
Open
SumoSourabh wants to merge 3 commits into
Open
CP-13545 Update publish docs github action to use latest action versions#695SumoSourabh wants to merge 3 commits into
SumoSourabh wants to merge 3 commits into
Conversation
Co-Authored-By: WOZCODE <contact@withwoz.com>
There was a problem hiding this comment.
Pull request overview
Updates the documentation publishing GitHub Actions workflow to newer action versions, bumps the dvp-api dependency to 1.11.0.dev1 across the wrapper packages, and aligns documentation examples with the Python 3.11 plugin language setting.
Changes:
- Bumped
dvp-apipin from1.11.0.dev0to1.11.0.dev1incommon,libs, andplatform. - Updated CI workflows to newer
actions/checkout,actions/setup-python, andpeaceiris/actions-gh-pagesversions; replaced the Pipenv action with an explicitpipinstall. - Updated the plugin-config documentation example to use
language: PYTHON311.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
platform/pyproject.toml |
Bumps dvp-api dependency to 1.11.0.dev1. |
libs/pyproject.toml |
Bumps dvp-api dependency to 1.11.0.dev1. |
common/pyproject.toml |
Bumps dvp-api dependency to 1.11.0.dev1. |
docs/docs/Versioning_And_Upgrade/Lua_Toolkit_To_SDK_Plugin_Migration/Plugin_Config.md |
Updates plugin config example to PYTHON311. |
.github/workflows/publish-docs.yml |
Updates action versions; changes how Pipenv is installed; updates gh-pages action version. |
.github/workflows/pre-commit.yml |
Updates checkout/setup-python action versions for test workflow. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-Authored-By: WOZCODE <contact@withwoz.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
Suppressed comments (1)
.github/workflows/publish-docs.yml:82
- Spelling: step name says "documenation"; should be "documentation" for clarity/searchability in workflow logs.
- name: Install dependencies for building documenation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating the github action with new versions and updating the dvp-api to 1.11.0.dev1 with protobuf new version.
Docs changes - https://sumosourabh.github.io/virtualization-sdk/Versioning_And_Upgrade/Lua_Toolkit_To_SDK_Plugin_Migration/Plugin_Config/
New Docs action versions - https://github.com/SumoSourabh/virtualization-sdk/actions/runs/31492336177/job/93781582621