From cfb35522775c96f9bd182868e413148c80fd25df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 06:15:52 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.0.21 --- .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 d217c5d..a13a2f6 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@589666c863daf7d0d593eddead55ee35215ff2b4 # 2.0.2 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@5180fae4928a5878c346926750c43374bf841c43 # 2.0.21 with: dotnetLogging: ${{ inputs.dotnet-logging }} dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}