From 44a4a9984d94a66306dea704df8b09a9f65b8e85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 05:19:52 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 1.8.2 to 3.0.3 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.2 to 3.0.3. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1.8.2...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/ci-build.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 252bca6..f90b08b 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -23,17 +23,17 @@ jobs: lfs: true - name: Install .NET Core - uses: actions/setup-dotnet@v1.8.2 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: 3.1.x - name: Install .NET 5 - uses: actions/setup-dotnet@v1.8.2 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: 5.0.x - name: Install .NET 6 - uses: actions/setup-dotnet@v1.8.2 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: 6.0.x include-prerelease: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb09512..1f49527 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,17 +23,17 @@ jobs: lfs: true - name: Install .NET Core - uses: actions/setup-dotnet@v1.8.2 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: 3.1.x - name: Install .NET 5 - uses: actions/setup-dotnet@v1.8.2 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: 5.0.x - name: Install .NET 6 - uses: actions/setup-dotnet@v1.8.2 + uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: 6.0.x include-prerelease: true