⚙️ [Maintenance]: Module automation runs on Process-PSModule v6.1.19 - #270
Draft
Marius Storhaug (MariusStorhaug) wants to merge 3 commits into
Draft
⚙️ [Maintenance]: Module automation runs on Process-PSModule v6.1.19#270Marius Storhaug (MariusStorhaug) wants to merge 3 commits into
Marius Storhaug (MariusStorhaug) wants to merge 3 commits into
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@9c091bb...3d3c42e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
…ut-7.0.1 Bump actions/checkout from 7.0.0 to 7.0.1 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
6 tasks
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.
GoogleFonts now runs on Process-PSModule v6.1.19, bringing the supported build, test, publication, and documentation pipeline to the module. The scheduled font-data update also uses
actions/checkoutv7.0.1. Documentation builds now use the Zensical configuration required by recent pipeline releases.Changed: Current module automation
Automation now uses the Process-PSModule v6.1.19 release, including its current coverage reporting and workflow reliability improvements. The required
APIKeymapping remains explicit, so publishing behavior and credentials are unchanged.Changed: Documentation build configuration
The documentation site now follows the Zensical configuration used by the current PSModule template. Its module identity, repository links, icons, navigation, search, markdown extensions, and social links remain available under the supported documentation builder.
Changed: Scheduled repository checkout
The scheduled font-data update now uses
actions/checkoutv7.0.1, including its latest patch-level safety and branch-handling fixes.Technical details
.github/workflows/Process-PSModule.ymlpinsPSModule/Process-PSModuleto commitbf67cd90269ca5ce25cd76b203678907dc2984b4(v6.1.19)..github/mkdocs.ymlwith the currentPSModule/Template-PSModule.github/zensical.tomlconvention required by Process-PSModule v6.1.13 and later..github/workflows/Update-FontsData.ymlto the immutableactions/checkoutv7.0.1 commit3d3c42e5aac5ba805825da76410c181273ba90b1.yamllintusing the repository's existing style exemptions, parsed the Zensical TOML with Python's standardtomllib, and verified both action pins against their upstream release tags..github/workflows/Process-PSModule.yml.github/workflows/Update-FontsData.yml.github/zensical.tomlRelevant issues (or links)