From 2a0912a27673ced5447ac819d0b8982ed9d64df9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 07:20:07 +0000 Subject: [PATCH] Update actions/setup-dotnet action to v6 --- .github/workflows/dotnet-bindings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-bindings.yaml b/.github/workflows/dotnet-bindings.yaml index 1ef9b833..e0c896de 100644 --- a/.github/workflows/dotnet-bindings.yaml +++ b/.github/workflows/dotnet-bindings.yaml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: actions/setup-dotnet@v5 + - uses: actions/setup-dotnet@v6 with: dotnet-version: '10.0.x'