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.
1 parent c8f2768 commit f65d246Copy full SHA for f65d246
.github/dependabot.yml
@@ -0,0 +1,6 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions" # search for actions - there are other options available
4
+ directory: "/" # search in .github/workflows under root `/`
5
+ schedule:
6
+ interval: "weekly" # check for action update every week
.github/workflows/dotnetcore.yml
@@ -8,8 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v1
12
- - uses: actions/setup-dotnet@v1
+ - uses: actions/checkout@v4
+ - uses: actions/setup-dotnet@v3
13
with:
14
dotnet-version: 7.0.400
15
- run: dotnet run -p build/build.csproj
0 commit comments