Skip to content

build(deps): bump thiserror from 2.0.6 to 2.0.7 #445

build(deps): bump thiserror from 2.0.6 to 2.0.7

build(deps): bump thiserror from 2.0.6 to 2.0.7 #445

Workflow file for this run

name: pull-request
on:
pull_request:
branches:
- main
- release
paths-ignore:
- '**.md'
# Don't run jobs which use secrets.
jobs:
build:
uses: ./.github/workflows/build.yml
with:
# a temporal fix for llvm/llvm-project#99502
runner: ubuntu-24.04