From 4727147c0dc2b5eab3707f1221e3951ef17bbbd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 15:56:51 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 1.8.1 to 3.2.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.1 to 3.2.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1.8.1...v3.2.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ad657d228..28d34cca6 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - - uses: actions/setup-dotnet@v1.8.1 + - uses: actions/setup-dotnet@v3.2.0 with: dotnet-version: '5.0'