From 80ce857a7f1f3618674fccf538c350fddf881631 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 02:07:51 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.2.8 --- .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 7f01e8f..3571275 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@2aaf67aa5efc23253c4283560db8b130bc76805a # 2.2.3 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@8c417832638f49cca3ea19247dc9f15d3632a1fc # 2.2.8 with: dotnetLogging: ${{ inputs.dotnet-logging }} dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}