From 5c5f1acb8d049828614d5be40703e2dca869bad0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 01:52:44 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.3.83 --- .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 3dd0c10..40d1196 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -27,7 +27,7 @@ permissions: jobs: all: if: github.run_id != 1 - uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@cb2e329ddbd6ad42afc18b24518abf49eabbd9ad # 2.3.1 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@4228d24dbda6dc9f6953d2dbfc877da0e346b8ea # 2.3.83 with: dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }} dotnetQuality: ${{ vars.NE_DOTNET_QUALITY }} diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index c649a2e..97acdc5 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@cb2e329ddbd6ad42afc18b24518abf49eabbd9ad # 2.3.1 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@4228d24dbda6dc9f6953d2dbfc877da0e346b8ea # 2.3.83 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*