From e8f3530e5ed54a1a12a784f1eef65d12abaec114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 03:06:28 +0000 Subject: [PATCH] build(deps): bump actions/setup-dotnet from 1.8.0 to 3.0.3 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.0 to 3.0.3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1.8.0...v3.0.3) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 8c3ed4b9..3f982d95 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -20,7 +20,7 @@ jobs: uses: "WyriHaximus/github-action-get-previous-tag@master" - name: Setup .NET Core - uses: actions/setup-dotnet@v1.8.0 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: 5.0.100 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 514627b0..6c007e2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: go-version: 1.15 - name: Setup .NET Core - uses: actions/setup-dotnet@v1.8.0 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: 5.0.100