From 312fca29c8358d73b8a7671ed0d975e819dd2b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 21:04:07 +0000 Subject: [PATCH] fix(deps): bump actions/setup-dotnet from 3.0.1 to 3.0.2 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index fdd2c96..b068219 100644 --- a/action.yaml +++ b/action.yaml @@ -47,7 +47,7 @@ runs: shell: bash - name: Set up .NET SDK at version specified in .tool-versions. if: steps.tool-versions.outputs.dotnet-core != '' - uses: actions/setup-dotnet@v3.0.1 + uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: ${{ steps.tool-versions.outputs.dotnet-core }} - name: Set up Node.js at version specified in .tool-versions.