Skip to content

Commit 4166c50

Browse files
committed
Merge branch 'main' into dev
2 parents ce189f5 + 8bc5dcc commit 4166c50

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ updates:
2323
nuget-deps:
2424
patterns:
2525
- "*"
26+
27+
reviewers:
28+
- BrammyS

.github/workflows/dotnetBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
os: [ ubuntu-latest ]
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414

1515
- run: echo ${{matrix.os}}
1616

1717
- name: Setup .NET SDK
18-
uses: actions/setup-dotnet@v4
18+
uses: actions/setup-dotnet@v5
1919
with:
2020
dotnet-version: 8.0.x
2121

0 commit comments

Comments
 (0)