Skip to content

Check for new version #277

Check for new version

Check for new version #277

Workflow file for this run

on:
schedule:
- cron: "34 5 * * *"
workflow_dispatch:
name: Check for new version
jobs:
version_check:
permissions:
contents: write
pull-requests: write
issues: write
name: "Update"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: python3 update-version.py
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
labels: automatic-new-version