Skip to content

build(deps): bump astral-sh/setup-uv from 6.5.0 to 6.6.0 in the github-actions group #462

build(deps): bump astral-sh/setup-uv from 6.5.0 to 6.6.0 in the github-actions group

build(deps): bump astral-sh/setup-uv from 6.5.0 to 6.6.0 in the github-actions group #462

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
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 }}"