From ff23b75b092cd5a9513c5a22e4f68c5d2e6f606f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 00:09:47 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.5.130 --- .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 fb611e0..21f0af1 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@26223e188aca67bbf86d44b5b2e6d10ed625a31e # 2.5.118 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@b26c32ca0788a3a0fb22c2cfe5f8be0ccde46a1b # 2.5.130 with: dotnetLogging: ${{ inputs.dotnet-logging }} dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}