From d94c683c51626e5c9f1b22351aeb1e1bd346a055 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 23:35:20 +0000 Subject: [PATCH] ci(deps): update actions/setup-dotnet action to v5 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 598abdc..9f7b817 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4 - name: Setup DotNet - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@v5 with: dotnet-version: ${{ env.DOTNET_VERSION }} - name: Build the function