Skip to content

Commit

Permalink
release-v1.4.0
Browse files Browse the repository at this point in the history
\r\n***PUBLISH_RELEASE***
  • Loading branch information
nfbot authored Mar 29, 2022
2 parents 14c8ad2 + be60dfb commit b3e7dcb
Show file tree
Hide file tree
Showing 50 changed files with 1,973 additions and 1,383 deletions.
38 changes: 9 additions & 29 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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/checkout@v2.3.1
with:
path: main
- name: Checkout tools repo
uses: actions/checkout@v2.3.1
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 <dependencybot@nanoframework.net>'
branch: ${{ env.BRANCH_NAME }}
path: main
labels: |
Type: dependencies
solutionsToCheck: 'nanoFramework.System.Device.Wifi.sln'
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
user=nanoframework
project=Windows.Devices.WiFi
project=System.Device.WiFi
issues=true
add_issues_wo_labels=false
add_pr_wo_labels=false
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -253,3 +253,6 @@ paket-files/

#SoundCloud
*.sonarqube/

#VS Code
.vscode/**
Loading

0 comments on commit b3e7dcb

Please sign in to comment.