File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright (c) .NET Foundation and Contributors
2
2
# See LICENSE file in the project root for full license information.
3
3
4
- # This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running .
4
+ # This workflow will periodically check that the solutions nuget dependencies (for .NET nanoFramework) are up-to-date .
5
5
6
- name : Daily update dependencies
6
+ name : Scheduled nuget dependency check
7
7
8
8
on :
9
9
schedule :
@@ -18,9 +18,9 @@ defaults:
18
18
shell : pwsh
19
19
20
20
jobs :
21
- update-dotnet-preview :
22
- name : Update .NET nanoFramework dependencies
23
- timeout-minutes : 360 # Non default as samples repo it's huge and has lots of solutions to update!
21
+ update-nuget-dependencies :
22
+ name : Update .NET nanoFramework nuget dependencies
23
+ timeout-minutes : 360 # Non default as the repo is large and has lots of solutions to update!
24
24
runs-on : windows-latest
25
25
env :
26
26
GITHUB_TOKEN : ${{ github.token }}
29
29
uses : actions/checkout@v2
30
30
with :
31
31
fetch-depth : 0
32
- - name : Update dependencies
32
+ - name : Update solution nugets
33
33
uses : nanoframework/nanodu@v1
34
34
with :
35
35
solutionsToCheck : ' *.sln'
You can’t perform that action at this time.
0 commit comments