Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_deptry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Check dependencies with deptry
runs-on: ubuntu-latest
container:
image: ghcr.io/astral-sh/uv:0.9.26-python3.12-trixie
image: ghcr.io/astral-sh/uv:0.9.27-python3.12-trixie

steps:
- uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Static type checking with mypy
runs-on: ubuntu-latest
container:
image: ghcr.io/astral-sh/uv:0.9.26-python3.12-trixie
image: ghcr.io/astral-sh/uv:0.9.27-python3.12-trixie

steps:
- uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
name: Security scanning
runs-on: ubuntu-latest
container:
image: ghcr.io/astral-sh/uv:0.9.26-python3.12-trixie
image: ghcr.io/astral-sh/uv:0.9.27-python3.12-trixie

steps:
- uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# don't run this in rhiza itself. Rhiza has no template.yml file.
if: ${{ github.repository != 'jebel-quant/rhiza' }}
container:
image: ghcr.io/astral-sh/uv:0.9.26-python3.12-trixie
image: ghcr.io/astral-sh/uv:0.9.27-python3.12-trixie

steps:
- name: Checkout repository
Expand Down
Loading