gunicorn Version Updater #29294
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |