Skip to content

Commit 3d4995b

Browse files
chore(ci): Bump dailydevops/pipelines from 1.2.0 to 1.2.5
Bumps [dailydevops/pipelines](https://github.com/dailydevops/pipelines) from 1.2.0 to 1.2.5. - [Release notes](https://github.com/dailydevops/pipelines/releases) - [Commits](dailydevops/pipelines@1.2.0...1.2.5) --- updated-dependencies: - dependency-name: dailydevops/pipelines dependency-version: 1.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dff8119 commit 3d4995b

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/[email protected].0
25+
uses: dailydevops/pipelines/.github/workflows/[email protected].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/[email protected].0
21+
uses: dailydevops/pipelines/.github/workflows/[email protected].5
2222
with:
2323
workflowName: ${{ github.event.workflow_run.name }}
2424
artifactPattern: release-packages-*

0 commit comments

Comments
 (0)