From 9859fa472a104f9c0394be4f6ce5b0ce41c736d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 03:17:18 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 1 to 3.0.2 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 3.0.2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1...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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e1a16b..56a7fa5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: | git fetch --prune - name: 🔨 Use .NET Core 3.1 SDK - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: '3.1.x' - name: 🎁 dotnet tool restore