From 6d298facc22720371e85117df1c86d694ca95c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 00:38:08 +0000 Subject: [PATCH] fix(deps): bump actions/setup-dotnet from 1.9.0 to 3.0.2 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.9.0 to 3.0.2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1.9.0...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/docs-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index a950baa..78c4d06 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Setup .NET 5 SDK - uses: actions/setup-dotnet@v1.9.0 + uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: 5.0.100