From 4c30ee3b12d340d79afd5b8722457efb4addf3b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 05:06:52 +0000 Subject: [PATCH] chore(deps): update actions/setup-dotnet action to v5 --- .github/workflows/cicd.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b900dd5..8310490 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -25,7 +25,7 @@ jobs: filter: tree:0 - name: Setup .Net SDK - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 9.0.x diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3a9204f..5b386cd 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -15,7 +15,7 @@ jobs: filter: tree:0 - name: Setup .Net SDK - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: 9.0.x