From 0f0ea71892e706cfe350ac4663c7c100f66af526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 12:34:53 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 3.0.2 to 3.0.3 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0...607fce577a46308457984d59e4954e075820f10a) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/whats-new.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/whats-new.yml b/.github/workflows/whats-new.yml index 5af3616352a23..b0428e0ab28d2 100644 --- a/.github/workflows/whats-new.yml +++ b/.github/workflows/whats-new.yml @@ -32,7 +32,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: Setup .NET - uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0 + uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a with: dotnet-version: ${{ env.DOTNET_VERSION }}