From 71107f74062f59212c65617a5568ba57853cd778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 10:15:09 +0000 Subject: [PATCH] build(deps): bump actions/setup-dotnet from 1.8.1 to 2.1.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.1 to 2.1.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1.8.1...v2.1.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/admin-release.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/admin-release.yml b/.github/workflows/admin-release.yml index 25e5953..8b70822 100644 --- a/.github/workflows/admin-release.yml +++ b/.github/workflows/admin-release.yml @@ -30,7 +30,7 @@ jobs: echo ::set-output name=version::${VERSION} echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ') - name: Install .NET 6.0.x - uses: actions/setup-dotnet@v1.8.1 + uses: actions/setup-dotnet@v2.1.0 with: dotnet-version: '6.0.x' include-prerelease: true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 347e4db..3e12330 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: cache-dependency-path: | src/${{ env.PROJECT }}/Web/package.json - name: Install .NET 6.0.x - uses: actions/setup-dotnet@v1.8.1 + uses: actions/setup-dotnet@v2.1.0 with: dotnet-version: '6.0.x' include-prerelease: true