We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce189f5 + 8bc5dcc commit 4166c50Copy full SHA for 4166c50
.github/dependabot.yml
@@ -23,3 +23,6 @@ updates:
23
nuget-deps:
24
patterns:
25
- "*"
26
+
27
+reviewers:
28
+ - BrammyS
.github/workflows/dotnetBuild.yml
@@ -10,12 +10,12 @@ jobs:
10
os: [ ubuntu-latest ]
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
15
- run: echo ${{matrix.os}}
16
17
- name: Setup .NET SDK
18
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
19
with:
20
dotnet-version: 8.0.x
21
0 commit comments