Update actions and bump Abstractions package version#193
Merged
marcominerva merged 1 commit intomasterfrom Apr 9, 2026
Merged
Conversation
Upgraded actions/checkout to v6 and setup-dotnet to v5 in all publish workflows. Updated SimpleAuthenticationTools.Abstractions to version 3.1.11 in both SimpleAuthentication.csproj and SimpleAuthentication.Swashbuckle.csproj.
There was a problem hiding this comment.
Pull request overview
Updates dependency and CI publish workflow action versions to keep releases aligned with current tooling.
Changes:
- Bump
SimpleAuthenticationTools.Abstractionspackage reference from3.1.10to3.1.11in the main and Swashbuckle projects. - Update publish workflows to use
actions/checkout@v6. - Update publish workflows to use
actions/setup-dotnet@v5.
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 |
|---|---|
| src/SimpleAuthentication/SimpleAuthentication.csproj | Updates Abstractions package reference to 3.1.11. |
| src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj | Updates Abstractions package reference to 3.1.11. |
| .github/workflows/publish.yml | Bumps checkout/setup-dotnet action versions for NuGet publish pipeline. |
| .github/workflows/publish_swashbuckle.yml | Bumps checkout/setup-dotnet action versions for NuGet publish pipeline. |
| .github/workflows/publish_abstractions.yml | Bumps checkout/setup-dotnet action versions for NuGet publish pipeline. |
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.
Upgraded actions/checkout to v6 and setup-dotnet to v5 in all publish workflows. Updated SimpleAuthenticationTools.Abstractions to version 3.1.11 in both SimpleAuthentication.csproj and SimpleAuthentication.Swashbuckle.csproj.