diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index fd7699a..3c9ccf3 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@55d5f712c8386ebe135c4cd682750d826323a0a4 # 2.3.181 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@7462ba51bbbb5e45a6d418b990ad4fd319e1c067 # 2.4.1 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 c10e22f..38b3994 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@55d5f712c8386ebe135c4cd682750d826323a0a4 # 2.3.181 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@7462ba51bbbb5e45a6d418b990ad4fd319e1c067 # 2.4.1 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*