Skip to content

Commit 860de4c

Browse files
committed
chore(template): sync with dailydevops/template-dotnet [skip ci]
1 parent 0c3ffb4 commit 860de4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
all:
1818
if: github.run_id != 1
1919
name: Run Stryker.NET Mutation Testing
20-
uses: dailydevops/pipelines/.github/workflows/mutation-dotnet.yml@4e96402b41827b8592ba057b05e284e0271f9df6 # 2.4.3
20+
uses: dailydevops/pipelines/.github/workflows/mutation-dotnet.yml@920e82e7e688a3e168f046f1fe7f8d1a426e655d # 2.4.5
2121
with:
2222
configurationFile: ${{ inputs.configurationFile || 'stryker-config.json' }}
2323
secrets: inherit

.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@4e96402b41827b8592ba057b05e284e0271f9df6 # 2.4.3
22+
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@920e82e7e688a3e168f046f1fe7f8d1a426e655d # 2.4.5
2323
with:
2424
workflowName: ${{ github.event.workflow_run.name }}
2525
artifactPattern: release-packages-*

0 commit comments

Comments
 (0)