From 27bacdce4b37b0554c4ae16ae77ae4cb8027af37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 23:46:17 +0000 Subject: [PATCH] ci(gh-actions): Bump actions/setup-dotnet from 5.0.0 to 5.0.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-ci.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dotnet-ci.yml b/.github/workflows/dotnet-ci.yml index 3b43ded..cbf3ff4 100644 --- a/.github/workflows/dotnet-ci.yml +++ b/.github/workflows/dotnet-ci.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 - name: Add Problem Matcher for dotnet-format run: echo "::add-matcher::.github/dotnet-format.json" - name: Lint @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 with: cache: true cache-dependency-path: '**/packages.lock.json' @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 with: cache: true cache-dependency-path: '**/packages.lock.json' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f180b83..9a29e63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 with: cache: true cache-dependency-path: '**/packages.lock.json' @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup .NET SDK - uses: actions/setup-dotnet@v5.0.0 + uses: actions/setup-dotnet@v5.0.1 - name: Login to NuGet (with OIDC) uses: NuGet/login@v1