From bf33dc01a77de4f76f6d51bd6e4a3c984015283e Mon Sep 17 00:00:00 2001 From: Renovatebot Date: Thu, 25 Sep 2025 20:01:02 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v5 --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 84b7f2f..171ba01 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: working-directory: src steps: - uses: actions/checkout@v5 - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v5 with: dotnet-version: 8.x - name: Build and test @@ -48,7 +48,7 @@ jobs: - uses: actions/download-artifact@v5 with: name: nuget - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v5 with: dotnet-version: 8.x - name: Nuget push