From 2a87b83d21770b844151c53e21360f1c7f883cd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 05:31:17 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v5 --- .github/workflows/backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index a0924bb3..2f9c30ee 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -16,7 +16,7 @@ jobs: with: apt-get: privoxy libbrotli-dev libmbedtls-dev - name: Setup .NET Core - uses: actions/setup-dotnet@v2.1.0 + uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '7.0.x' - name: Install dependencies @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup .NET Core - uses: actions/setup-dotnet@v2.1.0 + uses: actions/setup-dotnet@v5.2.0 with: dotnet-version: '7.0.x' - name: Install dependencies