Skip to content

Commit 5f4b2ef

Browse files
chore(ci): bump dailydevops/pipelines from 1.1.28 to 1.2.5 (#288)
1 parent 8942548 commit 5f4b2ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
all:
2323
if: github.run_id != 1
2424
name: Build & Tests
25-
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@1.1.28
25+
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@1.2.5
2626
with:
2727
dotnetLogging: ${{ inputs.dotnet-logging }}
2828
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
nuget:
1919
name: Publish
2020
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' }}
21-
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.1.28
21+
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1.2.5
2222
with:
2323
workflowName: ${{ github.event.workflow_run.name }}
2424
artifactPattern: release-packages-*

0 commit comments

Comments
 (0)