From b883e2f3b07c13359607a89bf7f9ab80bcf65a70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 00:36:36 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.3.83 --- .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 82ed47c..4fe32c3 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -22,7 +22,7 @@ jobs: all: if: github.run_id != 1 name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@cb2e329ddbd6ad42afc18b24518abf49eabbd9ad # 2.3.1 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@4228d24dbda6dc9f6953d2dbfc877da0e346b8ea # 2.3.83 with: dotnetLogging: ${{ inputs.dotnet-logging }} dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}