From e5199cd85bd38ddff5725717d8297636a781be54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:46:23 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.3.1 --- .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 7cbb26d..94a3927 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@882aa576cd9f4c61e14caaa3e5a2356e25425640 # 2.3.0 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@cb2e329ddbd6ad42afc18b24518abf49eabbd9ad # 2.3.1 with: dotnetLogging: ${{ inputs.dotnet-logging || 'minimal' }} dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }} diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 8b7eee8..c649a2e 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@882aa576cd9f4c61e14caaa3e5a2356e25425640 # 2.3.0 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@cb2e329ddbd6ad42afc18b24518abf49eabbd9ad # 2.3.1 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*