Skip to content

Automatic version updates #1569

Automatic version updates

Automatic version updates #1569

Workflow file for this run

name: 'Automatic version updates'
on:
schedule:
# minute hour dom month dow (UTC)
- cron: '0 16 * * *'
jobs:
version_update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: wader/bump/action@master
env:
GITHUB_TOKEN: ${{ secrets.BUMP_TOKEN }}