File: config-file-deps-bump.yml

package info (click to toggle)
python-briefcase 0.3.25-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,596 kB
  • sloc: python: 62,519; makefile: 60
file content (14 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: . automation