Bump Config File Dependencies #6
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
name: Bump Config File Dependencies | ||
on: | ||
schedule: | ||
- cron: "0 20 * * SUN" # Sunday @ 2000 UTC | ||
workflow_dispatch: | ||
jobs: | ||
dep-bump-versions: | ||
Check failure on line 9 in .github/workflows/config-file-deps-bump.yml GitHub Actions / Bump Config File DependenciesInvalid workflow file
|
||
name: Bump Config File Dependencies | ||
uses: beeware/.github/.github/workflows/dep-version-bump.yml@main | ||
secrets: inherit | ||
with: | ||
subdirectory: . core dummy android cocoa demo gtk iOS testbed textual toga web winforms |