Skip to content

build(deps): bump serde_json from 1.0.140 to 1.0.141 in the cargo group #451

build(deps): bump serde_json from 1.0.140 to 1.0.141 in the cargo group

build(deps): bump serde_json from 1.0.140 to 1.0.141 in the cargo group #451

Workflow file for this run

name: Testcase regression detection
on:
pull_request:
jobs:
regressions:
runs-on: ubuntu-24.04-arm
permissions:
# Needed for regression comment generation.
issues: write
pull-requests: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6.3.1
with:
enable-cache: true
- uses: ./.github/actions/run-harnesses
id: run-harnesses
- name: run regression checks
run: make run ARGS="regression"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"