From ba120877f663400708261ffe2136042c40baf494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 01:00:56 +0000 Subject: [PATCH] ci(deps): bump actions/setup-dotnet from 2 to 5 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v2...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/dotnet_cd.yml | 2 +- .github/workflows/dotnet_ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cfb3798..42f3682 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: key: ${{ hashFiles('*/packages.lock.json') }} - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v5 with: dotnet-version: 2.2.x diff --git a/.github/workflows/dotnet_cd.yml b/.github/workflows/dotnet_cd.yml index 3442572..4e3910d 100644 --- a/.github/workflows/dotnet_cd.yml +++ b/.github/workflows/dotnet_cd.yml @@ -28,7 +28,7 @@ jobs: key: ${{ hashFiles('*/packages.lock.json') }} - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v5 with: dotnet-version: 2.2.x diff --git a/.github/workflows/dotnet_ci.yml b/.github/workflows/dotnet_ci.yml index 158e425..9f18112 100644 --- a/.github/workflows/dotnet_ci.yml +++ b/.github/workflows/dotnet_ci.yml @@ -28,7 +28,7 @@ jobs: key: ${{ hashFiles('*/packages.lock.json') }} - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v5 with: dotnet-version: 2.2.x