From 0778728132dc15095e0df7fd15593c6f942f8893 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:28:32 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.3.181 --- .github/workflows/cicd.yml | 2 +- .github/workflows/publish-nuget.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index fb8efe7..fd7699a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -28,7 +28,7 @@ jobs: all: if: github.run_id != 1 name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@521f618cf4f28636ff00e62d5563fc710b9c5710 # 2.3.178 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@55d5f712c8386ebe135c4cd682750d826323a0a4 # 2.3.181 with: dotnetLogging: ${{ inputs.dotnet-logging }} dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }} diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 1e26541..c10e22f 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -19,7 +19,7 @@ jobs: nuget: name: Publish if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }} - uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@521f618cf4f28636ff00e62d5563fc710b9c5710 # 2.3.178 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@55d5f712c8386ebe135c4cd682750d826323a0a4 # 2.3.181 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*