diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 733e8e3..3acd8b0 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@11b08467e157fd61ba609a1196d74f3c7a91147b # 1.3.20 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@589666c863daf7d0d593eddead55ee35215ff2b4 # 2.0.2 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 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-*