Skip to content

build(deps): bump serde_json from 1.0.141 to 1.0.142 in the cargo group #455

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

build(deps): bump serde_json from 1.0.141 to 1.0.142 in the cargo group #455

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@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
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 }}"