Skip to content

Bump version to 4.0-preview #779

Bump version to 4.0-preview

Bump version to 4.0-preview #779

# Copyright (c) .NET Foundation and Contributors
# See LICENSE file in the project root for full license information.
# This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running.
name: Daily update dependencies
on:
schedule:
# Update At 00:00 UTC on Tuesday and Friday
- cron: '0 0 * * 2,5'
repository_dispatch:
types: update-dependencies
jobs:
update-dependencies:
name: nanoFramework
uses: nanoframework/nf-tools/.github/workflows/update-dependencies.yml@main
secrets: inherit
with:
solutionsToCheck: 'nanoFramework.TestFramework.sln'
exclusionList: 'NFUnit Test Demo,NFUnit Test DemoByReference'
previewPackages: ${{ github.event.client_payload.usePreview || 'false' }}
branchToPr: ${{ github.event.client_payload.usePreview ? 'develop' : 'main' }}

Check failure on line 24 in .github/workflows/update-dependencies.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-dependencies.yml

Invalid workflow file

You have an error in your yaml syntax on line 24