Skip to content

Commit 2eecafb

Browse files
chore(ci): update dailydevops/pipelines action to v1.3.7 (#334)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 07994e8 commit 2eecafb

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@64e8ecb63f4be55266aeae5f69f543c712ca19e7 # 1.3.3
25+
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@f83eb5286449074f8785d0cbf08b71b05f4dd95f # 1.3.7
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@64e8ecb63f4be55266aeae5f69f543c712ca19e7 # 1.3.3
21+
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@f83eb5286449074f8785d0cbf08b71b05f4dd95f # 1.3.7
2222
with:
2323
workflowName: ${{ github.event.workflow_run.name }}
2424
artifactPattern: release-packages-*

0 commit comments

Comments
 (0)