Skip to content

Commit b4af4b7

Browse files
chore(ci): update dailydevops/pipelines action to v2.3.181 (#407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f6e93e commit b4af4b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
all:
2929
if: github.run_id != 1
3030
name: Build & Tests
31-
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@521f618cf4f28636ff00e62d5563fc710b9c5710 # 2.3.178
31+
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@55d5f712c8386ebe135c4cd682750d826323a0a4 # 2.3.181
3232
with:
3333
dotnetLogging: ${{ inputs.dotnet-logging || 'minimal' }}
3434
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
nuget:
2020
name: Publish
2121
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
22-
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@521f618cf4f28636ff00e62d5563fc710b9c5710 # 2.3.178
22+
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@55d5f712c8386ebe135c4cd682750d826323a0a4 # 2.3.181
2323
with:
2424
workflowName: ${{ github.event.workflow_run.name }}
2525
artifactPattern: release-packages-*

0 commit comments

Comments
 (0)