build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#720)
Some checks failed
CI / pytest (push) Has been cancelled
CI / Ban type ignore suppressions (push) Has been cancelled
CI / ruff-check (push) Has been cancelled
CI / ruff-format (push) Has been cancelled
CI / ty (push) Has been cancelled

This commit is contained in:
dependabot[bot] 2026-06-05 14:58:01 -07:00 committed by GitHub
parent 765664500b
commit 2b70e26890
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
@ -56,7 +56,7 @@ jobs:
- id: pytest
run: uv run pytest -v --tb=short
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}