Skip to content

Tooling updates

Tooling updates #12

Workflow file for this run

name: Tooling updates
on:
workflow_dispatch:
schedule:
- cron: "42 0 * * 6"
jobs:
update-tools:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: jdx/mise-action@249c01ba271e19fa76eede7f766161cc95ace489 # v2.1.10
- name: Check for and prepare updates
run: mise upgrade --bump
- uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
with:
token: ${{ secrets.TOOLS_UPDATE_TOKEN }}
push-to-fork: bot-${{ github.repository }}
commit-message: "chore: automated tools update"
title: "chore: tooling updates"