René's URL Explorer Experiment


Title: Bump the actions group with 3 updates by dependabot[bot] · Pull Request #325 · python/docsbuild-scripts · GitHub

Open Graph Title: Bump the actions group with 3 updates by dependabot[bot] · Pull Request #325 · python/docsbuild-scripts

X Title: Bump the actions group with 3 updates by dependabot[bot] · Pull Request #325 · python/docsbuild-scripts

Description: Bumps the actions group with 3 updates: actions/checkout, actions/setup-python and actions/upload-artifact. Updates actions/checkout from 4 to 6 Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist creds to a separate file by @​ericsciple in actions/checkout#2286 v6-beta by @​ericsciple in actions/checkout#2298 update readme/changelog for v6 by @​ericsciple in actions/checkout#2311 Full Changelog: actions/checkout@v5.0.0...v6.0.0 v6-beta What's Changed Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config. This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios. v5.0.1 What's Changed Port v6 cleanup to v5 by @​ericsciple in actions/checkout#2301 Full Changelog: actions/checkout@v5...v5.0.1 v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by @​salmanmkc in actions/checkout#2238 ⚠️ Minimum Compatible Runner Version v2.327.1 Release Notes Make sure your runner is updated to this version or newer to use this release. Full Changelog: actions/checkout@v4...v5.0.0 v4.3.1 What's Changed Port v6 cleanup to v4 by @​ericsciple in actions/checkout#2305 Full Changelog: actions/checkout@v4...v4.3.1 v4.3.0 What's Changed docs: update README.md by @​motss in actions/checkout#1971 Add internal repos for checking out multiple repositories by @​mouismail in actions/checkout#1977 Documentation update - add recommended permissions to Readme by @​benwells in actions/checkout#2043 ... (truncated) Changelog Sourced from actions/checkout's changelog. Changelog v6.0.0 Persist creds to a separate file by @​ericsciple in actions/checkout#2286 Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 v5.0.1 Port v6 cleanup to v5 by @​ericsciple in actions/checkout#2301 v5.0.0 Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 v4.3.1 Port v6 cleanup to v4 by @​ericsciple in actions/checkout#2305 v4.3.0 docs: update README.md by @​motss in actions/checkout#1971 Add internal repos for checking out multiple repositories by @​mouismail in actions/checkout#1977 Documentation update - add recommended permissions to Readme by @​benwells in actions/checkout#2043 Adjust positioning of user email note and permissions heading by @​joshmgross in actions/checkout#2044 Update README.md by @​nebuk89 in actions/checkout#2194 Update CODEOWNERS for actions by @​TingluoHuang in actions/checkout#2224 Update package dependencies by @​salmanmkc in actions/checkout#2236 v4.2.2 url-helper.ts now leverages well-known environment variables by @​jww3 in actions/checkout#1941 Expand unit test coverage for isGhes by @​jww3 in actions/checkout#1946 v4.2.1 Check out other refs/* by commit if provided, fall back to ref by @​orhantoy in actions/checkout#1924 v4.2.0 Add Ref and Commit outputs by @​lucacome in actions/checkout#1180 Dependency updates by @​dependabot- actions/checkout#1777, actions/checkout#1872 v4.1.7 Bump the minor-npm-dependencies group across 1 directory with 4 updates by @​dependabot in actions/checkout#1739 Bump actions/checkout from 3 to 4 by @​dependabot in actions/checkout#1697 Check out other refs/* by commit by @​orhantoy in actions/checkout#1774 Pin actions/checkout's own workflows to a known, good, stable version. by @​jww3 in actions/checkout#1776 v4.1.6 Check platform to set archive extension appropriately by @​cory-miller in actions/checkout#1732 v4.1.5 Update NPM dependencies by @​cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @​dependabot in actions/checkout#1694 Bump actions/setup-node from 1 to 4 by @​dependabot in actions/checkout#1696 Bump actions/upload-artifact from 2 to 4 by @​dependabot in actions/checkout#1695 ... (truncated) Commits 8e8c483 Clarify v6 README (#2328) 033fa0d Add worktree support for persist-credentials includeIf (#2327) c2d88d3 Update all references from v5 and v4 to v6 (#2314) 1af3b93 update readme/changelog for v6 (#2311) 71cf226 v6-beta (#2298) 069c695 Persist creds to a separate file (#2286) ff7abcd Update README to include Node.js 24 support details and requirements (#2248) 08c6903 Prepare v5.0.0 release (#2238) 9f26565 Update actions checkout to use node 24 (#2226) See full diff in compare view Updates actions/setup-python from 5 to 6 Release notes Sourced from actions/setup-python's releases. v6.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/setup-python#1164 Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes Enhancements: Add support for pip-version by @​priyagupta108 in actions/setup-python#1129 Enhance reading from .python-version by @​krystof-k in actions/setup-python#787 Add version parsing from Pipfile by @​aradkdj in actions/setup-python#1067 Bug fixes: Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by @​aparnajyothi-y in actions/setup-python#1183 Change missing cache directory error to warning by @​aparnajyothi-y in actions/setup-python#1182 Add Architecture-Specific PATH Management for Python with --user Flag on Windows by @​aparnajyothi-y in actions/setup-python#1122 Include python version in PyPy python-version output by @​cdce8p in actions/setup-python#1110 Update docs: clarification on pip authentication with setup-python by @​priya-kinthali in actions/setup-python#1156 Dependency updates: Upgrade idna from 2.9 to 3.7 in /tests/data by @​dependabot[bot] in actions/setup-python#843 Upgrade form-data to fix critical vulnerabilities #182 & #183 by @​aparnajyothi-y in actions/setup-python#1163 Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by @​aparnajyothi-y in actions/setup-python#1165 Upgrade actions/checkout from 4 to 5 by @​dependabot[bot] in actions/setup-python#1181 Upgrade @​actions/tool-cache from 2.0.1 to 2.0.2 by @​dependabot[bot] in actions/setup-python#1095 New Contributors @​krystof-k made their first contribution in actions/setup-python#787 @​cdce8p made their first contribution in actions/setup-python#1110 @​aradkdj made their first contribution in actions/setup-python#1067 Full Changelog: actions/setup-python@v5...v6.0.0 v5.6.0 What's Changed Workflow updates related to Ubuntu 20.04 by @​aparnajyothi-y in actions/setup-python#1065 Fix for Candidate Not Iterable Error by @​aparnajyothi-y in actions/setup-python#1082 Upgrade semver and @​types/semver by @​dependabot in actions/setup-python#1091 Upgrade prettier from 2.8.8 to 3.5.3 by @​dependabot in actions/setup-python#1046 Upgrade ts-jest from 29.1.2 to 29.3.2 by @​dependabot in actions/setup-python#1081 Full Changelog: actions/setup-python@v5...v5.6.0 v5.5.0 What's Changed Enhancements: Support free threaded Python versions like '3.13t' by @​colesbury in actions/setup-python#973 Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free threaded and Upgrade @​action/cache from 4.0.0 to 4.0.3 by @​priya-kinthali in actions/setup-python#1056 Add support for .tool-versions file in setup-python by @​mahabaleshwars in actions/setup-python#1043 Bug fixes: Fix architecture for pypy on Linux ARM64 by @​mayeut in actions/setup-python#1011 This update maps arm64 to aarch64 for Linux ARM64 PyPy installations. ... (truncated) Commits 83679a8 Bump @​types/node from 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel ... bfc4944 Bump prettier from 3.5.3 to 3.6.2 (#1234) 97aeb3e Bump requests from 2.32.2 to 2.32.4 in /tests/data (#1130) 443da59 Bump actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pi... cfd55ca graalpy: add graalpy early-access and windows builds (#880) bba65e5 Bump typescript from 5.4.2 to 5.9.3 and update docs/advanced-usage.md (#1094) 18566f8 Improve wording and "fix example" (remove 3.13) on testing against pre-releas... 2e3e4b1 Add support for pip-install input (#1201) 4267e28 Bump urllib3 from 1.26.19 to 2.5.0 in /tests/data and document breaking c... e797f83 Upgrade to node 24 (#1164) Additional commits viewable in compare view Updates actions/upload-artifact from 4 to 6 Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading. Node.js 24 This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. What's Changed Upload Artifact Node 24 support by @​salmanmkc in actions/upload-artifact#719 fix: update @​actions/artifact for Node.js 24 punycode deprecation by @​salmanmkc in actions/upload-artifact#744 prepare release v6.0.0 for Node.js 24 support by @​salmanmkc in actions/upload-artifact#745 Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0 v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such. Update README.md by @​GhadimiR in actions/upload-artifact#681 Update README.md by @​nebuk89 in actions/upload-artifact#712 Readme: spell out the first use of GHES by @​danwkennedy in actions/upload-artifact#727 Update GHES guidance to include reference to Node 20 version by @​patrikpolyak in actions/upload-artifact#725 Bump @actions/artifact to v4.0.0 Prepare v5.0.0 by @​danwkennedy in actions/upload-artifact#734 New Contributors @​GhadimiR made their first contribution in actions/upload-artifact#681 @​nebuk89 made their first contribution in actions/upload-artifact#712 @​danwkennedy made their first contribution in actions/upload-artifact#727 @​patrikpolyak made their first contribution in actions/upload-artifact#725 Full Changelog: actions/upload-artifact@v4...v5.0.0 v4.6.2 What's Changed Update to use artifact 2.3.2 package & prepare for new upload-artifact release by @​salmanmkc in actions/upload-artifact#685 New Contributors @​salmanmkc made their first contribution in actions/upload-artifact#685 Full Changelog: actions/upload-artifact@v4...v4.6.2 v4.6.1 What's Changed Update to use artifact 2.2.2 package by @​yacaovsnc in actions/upload-artifact#673 ... (truncated) Commits b7c566a Merge pull request #745 from actions/upload-artifact-v6-release e516bc8 docs: correct description of Node.js 24 support in README ddc45ed docs: update README to correct action name for Node.js 24 support 615b319 chore: release v6.0.0 for Node.js 24 support 017748b Merge pull request #744 from actions/fix-storage-blob 38d4c79 chore: rebuild dist 7d27270 chore: add missing license cache files for @​actions/core, @​actions/io, and mi... 5f643d3 chore: update license files for @​actions/artifact@​5.0.1 dependencies 1df1684 chore: update package-lock.json with @​actions/artifact@​5.0.1 b5b1a91 fix: update @​actions/artifact to ^5.0.0 for Node.js 24 punycode fix Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) @dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) @dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) @dependabot unignore will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions

Open Graph Description: Bumps the actions group with 3 updates: actions/checkout, actions/setup-python and actions/upload-artifact. Updates actions/checkout from 4 to 6 Release notes Sourced from actions/checkout's r...

X Description: Bumps the actions group with 3 updates: actions/checkout, actions/setup-python and actions/upload-artifact. Updates actions/checkout from 4 to 6 Release notes Sourced from actions/checkout&#39...

Opengraph URL: https://github.com/python/docsbuild-scripts/pull/325

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:35a20681-8ae4-07f2-6950-cc59c5c633fa
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idD70A:29B8E2:1619BF9:1E8700D:696AA7FF
html-safe-nonceccdd3329b44b935a4437ebda3fa63fe07b1a05bb6cd258837cd2ca4bd5c8dc9c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENzBBOjI5QjhFMjoxNjE5QkY5OjFFODcwMEQ6Njk2QUE3RkYiLCJ2aXNpdG9yX2lkIjoiNzk0NjAzNDg3OTE2MzcwNTM0MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac395dcb9ab4a9570f9e11496a34d37479687222bd745dc8821ef1f294ce98c169
hovercard-subject-tagpull_request:3143613801
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/docsbuild-scripts/pull/325/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps the actions group with 3 updates: actions/checkout, actions/setup-python and actions/upload-artifact. Updates actions/checkout from 4 to 6 Release notes Sourced from actions/checkout's r...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None3eaf9b8cf1badcd7041a8ad480b9d9b28bea0ef1cc821ca9ff20f2cc7f4fe4b9
turbo-cache-controlno-preview
go-importgithub.com/python/docsbuild-scripts git https://github.com/python/docsbuild-scripts.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id23553472
octolytics-dimension-repository_nwopython/docsbuild-scripts
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id23553472
octolytics-dimension-repository_network_root_nwopython/docsbuild-scripts
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasedd9a979046e6382bd084e2bd873bf65f797125ff
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/docsbuild-scripts/pull/325/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fdocsbuild-scripts%2Fpull%2F325%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fdocsbuild-scripts%2Fpull%2F325%2Fchecks
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=python%2Fdocsbuild-scripts
Reloadhttps://github.com/python/docsbuild-scripts/pull/325/checks
Reloadhttps://github.com/python/docsbuild-scripts/pull/325/checks
Reloadhttps://github.com/python/docsbuild-scripts/pull/325/checks
python https://github.com/python
docsbuild-scriptshttps://github.com/python/docsbuild-scripts
Please reload this pagehttps://github.com/python/docsbuild-scripts/pull/325/checks
Notifications https://github.com/login?return_to=%2Fpython%2Fdocsbuild-scripts
Fork 66 https://github.com/login?return_to=%2Fpython%2Fdocsbuild-scripts
Star 80 https://github.com/login?return_to=%2Fpython%2Fdocsbuild-scripts
Code https://github.com/python/docsbuild-scripts
Issues 9 https://github.com/python/docsbuild-scripts/issues
Pull requests 1 https://github.com/python/docsbuild-scripts/pulls
Actions https://github.com/python/docsbuild-scripts/actions
Projects 0 https://github.com/python/docsbuild-scripts/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/docsbuild-scripts/security
Please reload this pagehttps://github.com/python/docsbuild-scripts/pull/325/checks
Insights https://github.com/python/docsbuild-scripts/pulse
Code https://github.com/python/docsbuild-scripts
Issues https://github.com/python/docsbuild-scripts/issues
Pull requests https://github.com/python/docsbuild-scripts/pulls
Actions https://github.com/python/docsbuild-scripts/actions
Projects https://github.com/python/docsbuild-scripts/projects
Security https://github.com/python/docsbuild-scripts/security
Insights https://github.com/python/docsbuild-scripts/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fdocsbuild-scripts%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fdocsbuild-scripts%2Fissues%2Fnew%2Fchoose
ezio-melottihttps://github.com/ezio-melotti
mainhttps://github.com/python/docsbuild-scripts/tree/main
dependabot/github_actions/actions-b5b051dfbehttps://github.com/python/docsbuild-scripts/tree/dependabot/github_actions/actions-b5b051dfbe
Conversation 1 https://github.com/python/docsbuild-scripts/pull/325
Commits 1 https://github.com/python/docsbuild-scripts/pull/325/commits
Checks 18 https://github.com/python/docsbuild-scripts/pull/325/checks
Files changed https://github.com/python/docsbuild-scripts/pull/325/files
Please reload this pagehttps://github.com/python/docsbuild-scripts/pull/325/checks
Please reload this pagehttps://github.com/python/docsbuild-scripts/pull/325/checks
Bump the actions group with 3 updates https://github.com/python/docsbuild-scripts/pull/325/checks#top
Please reload this pagehttps://github.com/python/docsbuild-scripts/pull/325/checks
codecov/patch https://github.com/python/docsbuild-scripts/pull/325/checks?check_run_id=59371711020
codecov/project https://github.com/python/docsbuild-scripts/pull/325/checks?check_run_id=59371719777
Lint on: push https://github.com/python/docsbuild-scripts/actions/runs/20679492263
lint https://github.com/python/docsbuild-scripts/actions/runs/20679492263/job/59371703659?pr=325
Test on: push https://github.com/python/docsbuild-scripts/actions/runs/20679492266
Integration test https://github.com/python/docsbuild-scripts/actions/runs/20679492266/job/59371703699?pr=325
Unit tests (3.13, windows-latest) https://github.com/python/docsbuild-scripts/actions/runs/20679492266/job/59371703722?pr=325
Unit tests (3.13, macos-latest) https://github.com/python/docsbuild-scripts/actions/runs/20679492266/job/59371703724?pr=325
Unit tests (3.13, ubuntu-latest) https://github.com/python/docsbuild-scripts/actions/runs/20679492266/job/59371703720?pr=325
Unit tests (3.14, windows-latest) https://github.com/python/docsbuild-scripts/actions/runs/20679492266/job/59371703719?pr=325
Unit tests (3.14, macos-latest) https://github.com/python/docsbuild-scripts/actions/runs/20679492266/job/59371703723?pr=325
Unit tests (3.14, ubuntu-latest) https://github.com/python/docsbuild-scripts/actions/runs/20679492266/job/59371703721?pr=325
Lint on: pull_request https://github.com/python/docsbuild-scripts/actions/runs/20679492563
lint https://github.com/python/docsbuild-scripts/actions/runs/20679492563/job/59371704383?pr=325
Test on: pull_request https://github.com/python/docsbuild-scripts/actions/runs/20679492581
Integration test https://github.com/python/docsbuild-scripts/actions/runs/20679492581/job/59371704424?pr=325
Unit tests (3.13, windows-latest) https://github.com/python/docsbuild-scripts/actions/runs/20679492581/job/59371704436?pr=325
Unit tests (3.13, macos-latest) https://github.com/python/docsbuild-scripts/actions/runs/20679492581/job/59371704443?pr=325
Unit tests (3.13, ubuntu-latest) https://github.com/python/docsbuild-scripts/actions/runs/20679492581/job/59371704435?pr=325
Unit tests (3.14, windows-latest) https://github.com/python/docsbuild-scripts/actions/runs/20679492581/job/59371704431?pr=325
Unit tests (3.14, macos-latest) https://github.com/python/docsbuild-scripts/actions/runs/20679492581/job/59371704437?pr=325
Unit tests (3.14, ubuntu-latest) https://github.com/python/docsbuild-scripts/actions/runs/20679492581/job/59371704430?pr=325
View this Pull Request on Codecovhttps://app.codecov.io/gh/python/docsbuild-scripts/pull/325?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=checks&utm_campaign=pr+comments&utm_term=python
0464101...94af1behttps://github.com/python/docsbuild-scripts/compare/0464101ea67237e898fc0d0e6c626dd85bde83ef...94af1be2eca451133c4f474057343a688850d9ac
View more details on Codecov https://app.codecov.io/gh/python/docsbuild-scripts/pull/325
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.