From 2b466148be4a60992faec8f0fd9f76f004b2cebe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 22:00:51 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v1.3.13 --- .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 60b32ce..90cdfc7 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@5a228ee7b90d3478d2e538a1ef7d6dbdd949116e # 1.3.10 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@cb37352bc6f2f8b723d966d5d879625d3dd5413b # 1.3.13 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 b75a63f..30d6c03 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -14,7 +14,7 @@ jobs: nuget: name: Publish if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' }} - uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@5a228ee7b90d3478d2e538a1ef7d6dbdd949116e # 1.3.10 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@cb37352bc6f2f8b723d966d5d879625d3dd5413b # 1.3.13 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*