Skip to content

Commit b5f4577

Browse files
Update update-dependencies.yml (#210)
***NO_CI***
1 parent eb9a3be commit b5f4577

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/update-dependencies.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Copyright (c) .NET Foundation and Contributors
22
# See LICENSE file in the project root for full license information.
33

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.
55

6-
name: Daily update dependencies
6+
name: Scheduled nuget dependency check
77

88
on:
99
schedule:
@@ -18,9 +18,9 @@ defaults:
1818
shell: pwsh
1919

2020
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!
2424
runs-on: windows-latest
2525
env:
2626
GITHUB_TOKEN: ${{ github.token }}
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v2
3030
with:
3131
fetch-depth: 0
32-
- name: Update dependencies
32+
- name: Update solution nugets
3333
uses: nanoframework/nanodu@v1
3434
with:
3535
solutionsToCheck: '*.sln'

0 commit comments

Comments
 (0)