Skip to content

chore(deps): update actions/checkout action to v6.0.1 (#162) #260

chore(deps): update actions/checkout action to v6.0.1 (#162)

chore(deps): update actions/checkout action to v6.0.1 (#162) #260

Workflow file for this run

name: CodSpeed Performance Benchmarks
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
benchmarks:
runs-on: ubuntu-latest
env:
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: '1'
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Install uv
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Set up Python
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: "3.13"
- name: Install dependencies
run: uv sync --frozen
- name: Run benchmarks
uses: CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v4.4.1
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: uv run pytest tests/test_benchmark.py --codspeed
mode: instrumentation