Bump Config File Dependencies #33
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: | |
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 |