From fec96c2c8c9370e1d9112b97e2ed1c11c62c9c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 19:18:46 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 4.0.1 to 4.2.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.1 to 4.2.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4.0.1...v4.2.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-dotnet-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-dotnet-code.yml b/.github/workflows/build-dotnet-code.yml index 1d429a77..892d1ffe 100644 --- a/.github/workflows/build-dotnet-code.yml +++ b/.github/workflows/build-dotnet-code.yml @@ -13,7 +13,7 @@ jobs: - name: Check out code into the directory uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v4.0.1 + uses: actions/setup-dotnet@v4.2.0 with: dotnet-version: 6.0.x include-prerelease: true