diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 4f91520..f26df4a 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@5180fae4928a5878c346926750c43374bf841c43 # 2.0.21 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@2aaf67aa5efc23253c4283560db8b130bc76805a # 2.2.3 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 15565ce..0dd0db4 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@5180fae4928a5878c346926750c43374bf841c43 # 2.0.21 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@2aaf67aa5efc23253c4283560db8b130bc76805a # 2.2.3 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*