From c22b22bf94a85445bc75612e6c0f6fde51be50c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 23:47:42 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31164b1..f4de3f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: ### Shared setup - name: Setup dotnet - uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3 + uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5 with: dotnet-version: '6.0.x' - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3