diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f30f172..40ffb41 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,7 @@ on: jobs: all: name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@ec15e785f1a228786a456e0204e77b990bd9ffbe # 2.3.168 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@6f813102b0777f461d63d1414e7bfd5033972440 # 2.3.170 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 806ca07..c602d55 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@ec15e785f1a228786a456e0204e77b990bd9ffbe # 2.3.168 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@6f813102b0777f461d63d1414e7bfd5033972440 # 2.3.170 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*