From d13a28e86b7880ff306458463e09e7e124892507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 00:02:10 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 3.0.2 to 3.2.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.2 to 3.2.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.2...v3.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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6599a26..b5d7ca9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: windows-latest steps: - name: Setup .NET Core SDK - uses: actions/setup-dotnet@v3.0.2 + uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: '6.0.x' include-prerelease: true