From 505f7715a85437a79d48330e21765d8213fbf330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 20:32:33 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 2 to 3.0.2 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3.0.2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v2...v3.0.2) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index edb1ebdc..41ce51b9 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -38,7 +38,7 @@ jobs: ${{ runner.os }}- - name: Install .NET Core continue-on-error: true - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: 6.0.x - name: Installing dotnet-packaging deb