Skip to content

self update

self update #25

Workflow file for this run

name: self update
on:
schedule:
- cron: '0 0 * * *' # every day at midnight
workflow_dispatch:
# Opening the pull request needs write access to contents and pull requests, and the
# default `on_update_fails: issue` needs to open an issue when the bump does not build.
permissions:
contents: write
pull-requests: write
issues: write
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Update Lean package
id: update
uses: ./