Skip to content

feat: bump build action versions#250

Merged
AKrantzPS merged 1 commit into
mainfrom
dev
May 5, 2026
Merged

feat: bump build action versions#250
AKrantzPS merged 1 commit into
mainfrom
dev

Conversation

@AKrantzPS
Copy link
Copy Markdown
Collaborator

This pull request updates the GitHub Actions workflow files to use the latest major versions of several official actions. The main goal is to ensure the CI and documentation workflows use up-to-date, supported actions for better reliability and security.

CI workflow updates:

  • Updated actions/checkout from v4 to v6 throughout .github/workflows/CI.yml to use the latest version of the checkout action. [1] [2] [3] [4]
  • Updated actions/setup-python from v5 to v6 in all relevant steps in .github/workflows/CI.yml. [1] [2] [3] [4]

Sphinx documentation workflow updates:

  • Updated actions/checkout from v4 to v6 in .github/workflows/sphinx.yml.
  • Updated actions/configure-pages from v5 to v6 and actions/upload-pages-artifact from v3 to v5 in .github/workflows/sphinx.yml.
  • Updated actions/deploy-pages from v4 to v5 in .github/workflows/sphinx.yml.

@AKrantzPS AKrantzPS merged commit 4e3b9f6 into main May 5, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant