From 307fcd7661f2d9526be92fc30e5fbf1fa148233e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:42:20 +0000 Subject: [PATCH] Bump actions/setup-dotnet from 4.2.0 to 4.3.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](https://github.com/actions/setup-dotnet/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ed5ab48..68b7ec65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: working-directory: net steps: - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v4.2.0 + - uses: actions/setup-dotnet@v4.3.0 with: dotnet-version: '8.0.x' - name: Pack diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 329c637d..0038ce31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -146,7 +146,7 @@ jobs: working-directory: net steps: - uses: actions/checkout@v4 - - uses: actions/setup-dotnet@v4.2.0 + - uses: actions/setup-dotnet@v4.3.0 with: dotnet-version: '8.0.x'