Update Library.Template#1626
Open
AArnott wants to merge 7 commits into
Open
Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Update actions/checkout action to v7.0.1 (#543) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency powershell to v7.6.4 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…emplate Specifically, this merges [2b55315 from that repo](AArnott/Library.Template@2b55315). # Conflicts: # .github/workflows/docs_validate.yml
There was a problem hiding this comment.
Pull request overview
This PR merges updates from the latest Library.Template microbuild branch, resulting in a small maintenance update to keep CI tooling and the repo’s local toolset current.
Changes:
- Bumped
actions/checkoutpin fromv7.0.0tov7.0.1across GitHub workflows. - Updated the
dotnet-symbollocal tool version in the repo tool manifest.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/libtemplate-update.yml | Updates pinned actions/checkout to v7.0.1 for the template-merge automation workflow. |
| .github/workflows/docs.yml | Updates pinned actions/checkout to v7.0.1 for the docs publish workflow. |
| .github/workflows/docs_validate.yml | Updates pinned actions/checkout to v7.0.1 for doc validation runs. |
| .github/workflows/copilot-setup-steps.yml | Updates pinned actions/checkout to v7.0.1 for Copilot agent setup. |
| .config/dotnet-tools.json | Updates the dotnet-symbol tool version used by repo scripts and local restores. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…emplate Specifically, this merges [32b4175 from that repo](AArnott/Library.Template@32b4175).
Comment on lines
40
to
42
| "dotnet-symbol": { | ||
| "version": "9.0.661903", | ||
| "version": "10.0.737001", | ||
| "commands": [ |
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.
Merges the latest Library.Template microbuild branch.