From b35dac366381c4980f60616f779bf2e727cec029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:27:25 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 3.2.0 to 4.0.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v3.2.0...v4.0.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/build.yml | 2 +- .github/workflows/package.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b93778..b724ad0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Set up .NET - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 - name: Build project run: | dotnet tool restore diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 6f56154..bf0a63f 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Set up .NET - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 - name: Build project run: | dotnet tool restore diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8685377..26e9d09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 submodules: recursive - name: Set up .NET - uses: actions/setup-dotnet@v3.2.0 + uses: actions/setup-dotnet@v4.0.0 - name: Build project run: | dotnet tool restore