Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
pre_commit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: ./.github/actions/pre-commit

generate-nox-py-versions:
runs-on: ubuntu-24.04
outputs:
py_version: ${{ steps.set-matrix.outputs.py_version }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Cache nox Python versions list
id: cache-nox-py-versions
uses: actions/cache@v4
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
py_version: ${{ fromJson(needs.generate-nox-py-versions.outputs.py_version) }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
with:
version: "0.8.22"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Update the version in uv.lock only if release-please created or updated a Pull Request.
# Otherwise the 'checkout' step fails because the 'release-...' branch does not exist.
# Avoids attempting a uv.lock update immediately after a release-please PR is merged.
- uses: actions/checkout@v5
- uses: actions/checkout@v6
if: ${{ steps.release.outputs.prs_created == 'true' }}
with:
ref: release-please--branches--main
Expand Down