Skip to content

Automatic version updates #1685

Automatic version updates

Automatic version updates #1685

Workflow file for this run

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