diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 4268f06..17e980d 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -22,7 +22,7 @@ jobs: all: if: github.run_id != 1 name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@11b08467e157fd61ba609a1196d74f3c7a91147b # 1.3.20 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@589666c863daf7d0d593eddead55ee35215ff2b4 # 2.0.2 with: dotnetLogging: ${{ inputs.dotnet-logging || 'minimal' }} dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }} diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index a8ec5dc..3ed0032 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@11b08467e157fd61ba609a1196d74f3c7a91147b # 1.3.20 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@589666c863daf7d0d593eddead55ee35215ff2b4 # 2.0.2 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*