Skip to content

Upgrade Trunk

Upgrade Trunk #4

Workflow file for this run

name: Upgrade Trunk
on:
schedule:
- cron: 0 22 * * 0-4
workflow_dispatch: {}
permissions:
contents: write # For trunk to create PRs
pull-requests: write # For trunk to create PRs
jobs:
trunk_upgrade:
name: Upgrade Trunk
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Trunk Upgrade
uses: trunk-io/trunk-action/upgrade@v1