From 975a047a506e8f8bed97f799a582ec6a95b2c5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 10:18:09 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 2 to 3.0.1 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v2...v3.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 7dc1af0..0364e90 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -20,7 +20,7 @@ jobs: - name: 'Checkout GitHub Action' uses: actions/checkout@main - name: Setup .NET ${{ env.DOTNET_VERSION }} Environment - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v3.0.1 with: dotnet-version: ${{ env.DOTNET_VERSION }} - name: 'Resolve Project Dependencies'