Skip to content

bump

bump #1

Workflow file for this run

name: bump
on:
schedule:
- cron: '0 4 * * *'
workflow_dispatch:
jobs:
version_update:
runs-on: ubuntu-latest
permissions:
actions: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
ref: shio/master
- uses: wader/bump/action@67e6e10dcf3c02b8f894ad173662445b022a6aba
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REF: refs/heads/shio/master
with:
title_template: 'Bump {{.Name}} from {{join .Current ", "}} to {{.Latest}}'
user_name: bump[bot]
user_email: bump[bot]@shio.solutions