From ec38333aef29710eb3552f5a5c2f6092fdff1a70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:15:21 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.5.118 --- .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 3916e66..fb611e0 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@4afa2b68a3e8bdbc144f24da701de0c11b6e4a0b # 2.5.111 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@26223e188aca67bbf86d44b5b2e6d10ed625a31e # 2.5.118 with: dotnetLogging: ${{ inputs.dotnet-logging }} dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}