Update mise tool versions #1
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: Update mise tool versions | |
"on": | |
schedule: | |
- cron: 0 15 1 * * # First of the month @ 3pm UTC | |
workflow_dispatch: {} | |
permissions: {} | |
jobs: | |
updatecli_major: | |
runs-on: ubuntu-latest | |
permissions: | |
# required to write to the repo | |
contents: write | |
# required to open a pr with changes | |
pull-requests: write | |
steps: | |
- name: upgrade mise tools | |
uses: prefecthq/actions-mise-upgrade@main |