From d929583f3330d52624612af37daaef898a3ab9cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 23:54:12 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.3.170 --- .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 5ee3cae..93e26b6 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@e73d23aee84d1327570e64c67ebe02df87e689f4 # 2.3.169 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@6f813102b0777f461d63d1414e7bfd5033972440 # 2.3.170 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 37ce9f0..c602d55 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@e73d23aee84d1327570e64c67ebe02df87e689f4 # 2.3.169 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@6f813102b0777f461d63d1414e7bfd5033972440 # 2.3.170 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*