From 4d6933b9ec8287cdd3edd6e70d47c067907d1273 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 18:09:17 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.3.128 --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index fa5022f..0dbb24b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,7 @@ on: jobs: all: name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@4228d24dbda6dc9f6953d2dbfc877da0e346b8ea # 2.3.83 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@93d4eef3b37e738b6591fdf83a538baab9dcd546 # 2.3.128 with: dotnetLogging: ${{ inputs.dotnet-logging }} dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}