Skip to content

Update

Update #350

Workflow file for this run

name: Update
on:
schedule:
- cron: "37 11 * * *"
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: update
run: |
./author/update-dependencies.sh
- name: commit and create a pull request
uses: shogo82148/actions-commit-and-create-pr@v1