Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit b4d5f28

Browse files
chore(ci): Bump dailydevops/pipelines from 0.12.11 to 0.12.12 (#60)
* chore(ci): Bump dailydevops/pipelines from 0.12.11 to 0.12.12 Bumps [dailydevops/pipelines](https://github.com/dailydevops/pipelines) from 0.12.11 to 0.12.12. - [Release notes](https://github.com/dailydevops/pipelines/releases) - [Commits](dailydevops/pipelines@0.12.11...0.12.12) --- updated-dependencies: - dependency-name: dailydevops/pipelines dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * style: updated formatting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Stühmer <me@samtrion.net>
1 parent 99f5797 commit b4d5f28

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
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
all:
2323
name: Build & Tests
24-
uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.12.11
24+
uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.12.12
2525
with:
2626
dotnet-logging: ${{ inputs.dotnet-logging }}
2727
dotnet-version: |

tests/NetEvolve.SequentialGuid.Tests.Unit/SequentialGuidFactoryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static TheoryData<Guid[], Random, DateTimeOffset, SequentialGuidType> Get
8383
random,
8484
utcNow,
8585
SequentialGuidType.AtEnd
86-
}
86+
},
8787
};
8888

8989
return data;

0 commit comments

Comments
 (0)