Skip to content

gunicorn Version Updater #29346

gunicorn Version Updater

gunicorn Version Updater #29346

Workflow file for this run

name: gunicorn Version Updater
# Every 30 minutes check for a new version of the package.
on:
push:
branches:
- 'main'
schedule:
- cron: '7,37 * * * *'
jobs:
Version-Updater:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}
- name: "Update Image Build Workflow"
uses: multi-py/action-python-versionator@v1
with:
package: "gunicorn"
git_name: "Robert Hafner"
git_email: "[email protected]"
action_path: ${{ github.workspace }}/.github/workflows/image-build.yml