From 58d2206cb255f1ae7265555c3d72df176ff7cc2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 05:32:36 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v4.3.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 339792b..d3912ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: Fetch all tags and branches run: git fetch --prune --unshallow - name: Install .net - uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0 + uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0 with: # gitReleaseManager needs 3.1, gitVersion needs 5.0 dotnet-version: |