Skip to content

Tooling updates

Tooling updates #26

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@5083fe46898c414b2475087cc79da59e7da859e8 # v2.1.11
- name: Check for and prepare updates
run: mise upgrade --bump
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
with:
token: ${{ secrets.TOOLS_UPDATE_TOKEN }}
push-to-fork: bot-${{ github.repository }}
commit-message: "chore: automated tools update"
title: "chore: tooling updates"