From 02de4995df064fb887c45a8e1b33b21f8054270d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 05:26:04 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v5 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ce0a8e..53d7836 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: git config --global user.name github-actions git config --global user.email github-actions@github.com - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 - name: Restore dependencies run: dotnet restore - name: Build