From fd7caad649d2434c2c398bfbf29ffc49bb1307d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:07:29 +0000 Subject: [PATCH] build(deps): bump actions/setup-dotnet from 1.8.1 to 3.0.2 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.8.1 to 3.0.2. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v1.8.1...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/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..d7a0141 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@v3.0.2 with: dotnet-version: '6.0.x' include-prerelease: true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 347e4db..8d67f5b 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@v3.0.2 with: dotnet-version: '6.0.x' include-prerelease: true