From 1bcef5afd8e57ea0527f91076b7d185179e7f17c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 08:42:16 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.3.168 --- .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 d996f7f..e39cbe7 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@28edbb9998d002199a7c146c39592f0a8439ca24 # 2.3.163 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@ec15e785f1a228786a456e0204e77b990bd9ffbe # 2.3.168 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 3cd1e92..806ca07 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@28edbb9998d002199a7c146c39592f0a8439ca24 # 2.3.163 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@ec15e785f1a228786a456e0204e77b990bd9ffbe # 2.3.168 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*