Skip to content

Commit 233ab29

Browse files
committed
fix
1 parent 9841ac0 commit 233ab29

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: dotnet-build
2-
description: 'Composite .Net build action'
2+
description: Composite .NET build action
33

44
inputs:
55
dotnet-version:
66
default: '10.0.x'
77
required: false
8-
description: '.Net version'
8+
description: '.NET version'
99

1010
solution:
1111
default: 'src/MockQueryable/*.sln'
@@ -19,7 +19,6 @@ inputs:
1919

2020
runs:
2121
using: composite
22-
2322
steps:
2423
- name: Setup .NET
2524
uses: actions/setup-dotnet@v5

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ updates:
1313
- "/src/MockQueryable/MockQueryable.Sample"
1414
schedule:
1515
interval: "weekly"
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"
20+
open-pull-requests-limit: 5
21+

src/MockQueryable/MockQueryable.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MockQueryable.EntityFramewo
1717
EndProject
1818
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
1919
ProjectSection(SolutionItems) = preProject
20-
..\..\.github\actions\action.yml = ..\..\.github\actions\action.yml
20+
..\..\.github\actions\dotnet-build\action.yml = ..\..\.github\actions\dotnet-build\action.yml
2121
..\..\.github\workflows\build.yml = ..\..\.github\workflows\build.yml
22+
..\..\.github\dependabot.yml = ..\..\.github\dependabot.yml
2223
..\..\LICENSE = ..\..\LICENSE
2324
..\..\README.md = ..\..\README.md
2425
..\..\.github\workflows\release.yml = ..\..\.github\workflows\release.yml

0 commit comments

Comments
 (0)