This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
\r\n***PUBLISH_RELEASE***
- Loading branch information
Showing
10 changed files
with
265 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ name: Daily update dependencies | |
|
||
on: | ||
schedule: | ||
# At 00:00 UTC every day. | ||
- cron: '00 00 * * *' | ||
# Update At 00:00 UTC on Tuesday and Friday | ||
- cron: '0 0 * * 2,5' | ||
repository_dispatch: | ||
types: update-dependencies | ||
|
||
|
@@ -17,36 +17,16 @@ defaults: | |
shell: pwsh | ||
|
||
jobs: | ||
update-dotnet-preview: | ||
update-nuget-dependencies: | ||
name: Update .NET nanoFramework dependencies | ||
timeout-minutes: 15 | ||
timeout-minutes: 180 # Non default as IoT devices has lots of solutions to update! | ||
runs-on: windows-latest | ||
env: | ||
GITHUB_TOKEN: ${{ github.token }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
with: | ||
path: main | ||
- name: Checkout tools repo | ||
uses: actions/[email protected] | ||
with: | ||
repository: nanoframework/nf-tools | ||
path: tools | ||
uses: actions/checkout@v2 | ||
- name: Update dependencies | ||
run: ./github-actions/update-nf-dependencies.ps1 | ||
working-directory: tools | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v3 | ||
if: env.CREATE_PR == 'true' | ||
uses: nanoframework/nanodu@v1 | ||
with: | ||
title: '${{ env.PR_TITLE }}' | ||
body: | | ||
${{ env.PR_MESSAGE }} | ||
[version update] | ||
### :warning: This is an automated update. :warning: | ||
committer: 'nfbot <[email protected]>' | ||
branch: ${{ env.BRANCH_NAME }} | ||
path: main | ||
labels: | | ||
Type: dependencies | ||
solutionsToCheck: 'nanoFramework.Windows.Devices.SerialCommunication.sln' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
Windows.Devices.SerialCommunication.previous.nugetreferenceswitcher
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="nanoFramework.CoreLibrary" version="1.11.7" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.Runtime.Events" version="1.9.2" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.System.Text" version="1.1.2" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.Windows.Storage.Streams" version="1.12.3" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.System.Text" version="1.1.3" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.Windows.Storage.Streams" version="1.12.4" targetFramework="netnanoframework10" /> | ||
<package id="Nerdbank.GitVersioning" version="3.1.91" developmentDependency="true" targetFramework="netnanoframework10" /> | ||
</packages> |
Oops, something went wrong.