From 34668b13b0e344b1940c753314caa09ada035d46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 06:06:21 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.0.21 --- .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 238e709..89838b9 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@589666c863daf7d0d593eddead55ee35215ff2b4 # 2.0.2 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@5180fae4928a5878c346926750c43374bf841c43 # 2.0.21 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 3ed0032..15565ce 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@589666c863daf7d0d593eddead55ee35215ff2b4 # 2.0.2 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@5180fae4928a5878c346926750c43374bf841c43 # 2.0.21 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*