Skip to content

Update .NET nanoFramework dependencies #661

Update .NET nanoFramework dependencies

Update .NET nanoFramework dependencies #661

# 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: Update .NET nanoFramework dependencies
on:
schedule:
# At 00:40 UTC.
- cron: '40 00 * * Mon,Thu'
repository_dispatch:
types: update-dependencies
jobs:
update-dependencies:
name: nanoFramework
uses: nanoframework/nf-tools/.github/workflows/update-dependencies.yml@main

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

View workflow run for this annotation

GitHub Actions / Update .NET nanoFramework dependencies

Invalid workflow file

The workflow is not valid. In .github/workflows/update-dependencies.yml (Line: 18, Col: 11): Error from called workflow nanoframework/nf-tools/.github/workflows/update-dependencies.yml@main (Line: 84, Col: 27): Unrecognized function: 'not'. Located at position 1 within expression: not(inputs.stablePackages)
secrets: inherit
with:
solutionsToCheck: 'nanoFramework.MagicBit.sln'
nugetConfig: 'NuGet.config'