From 99098e253da2a4d6c1b72d342930e0d557d5ad33 Mon Sep 17 00:00:00 2001 From: Marco Minerva Date: Thu, 9 Apr 2026 12:10:46 +0200 Subject: [PATCH] Update actions and bump Abstractions package version 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. --- .github/workflows/publish.yml | 4 ++-- .github/workflows/publish_abstractions.yml | 4 ++-- .github/workflows/publish_swashbuckle.yml | 4 ++-- .../SimpleAuthentication.Swashbuckle.csproj | 2 +- src/SimpleAuthentication/SimpleAuthentication.csproj | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 46346d5..636ef11 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,12 +22,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work. - name: Setup .NET SDK ${{ env.NET_VERSION }} - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: ${{ env.NET_VERSION }} dotnet-quality: 'ga' diff --git a/.github/workflows/publish_abstractions.yml b/.github/workflows/publish_abstractions.yml index e7a8146..a585fae 100644 --- a/.github/workflows/publish_abstractions.yml +++ b/.github/workflows/publish_abstractions.yml @@ -23,12 +23,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work. - name: Setup .NET SDK ${{ env.NET_VERSION }} - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: ${{ env.NET_VERSION }} dotnet-quality: 'ga' diff --git a/.github/workflows/publish_swashbuckle.yml b/.github/workflows/publish_swashbuckle.yml index 08920c6..9fc6b29 100644 --- a/.github/workflows/publish_swashbuckle.yml +++ b/.github/workflows/publish_swashbuckle.yml @@ -23,12 +23,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 # avoid shallow clone so nbgv can do its work. - name: Setup .NET SDK ${{ env.NET_VERSION }} - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: ${{ env.NET_VERSION }} dotnet-quality: 'ga' diff --git a/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj b/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj index a493341..b4fe208 100644 --- a/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj +++ b/src/SimpleAuthentication.Swashbuckle/SimpleAuthentication.Swashbuckle.csproj @@ -32,7 +32,7 @@ - + diff --git a/src/SimpleAuthentication/SimpleAuthentication.csproj b/src/SimpleAuthentication/SimpleAuthentication.csproj index bcf7d7b..caa67ac 100644 --- a/src/SimpleAuthentication/SimpleAuthentication.csproj +++ b/src/SimpleAuthentication/SimpleAuthentication.csproj @@ -39,7 +39,7 @@ - +