From bdd43d06b67040bb1e3e4ee6ed631dbee785f8d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 09:59:24 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.5.135 --- .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 ca187b7..c773794 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@b26c32ca0788a3a0fb22c2cfe5f8be0ccde46a1b # 2.5.130 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@738c18bf4f8b6495c21223f0cfd0703c0510a6ff # 2.5.135 with: dotnetLogging: ${{ inputs.dotnet-logging }} dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}