Skip to content

Commit 6349b07

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.28 (#359)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e48511a commit 6349b07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/rhiza_deptry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Check dependencies with deptry
2828
runs-on: ubuntu-latest
2929
container:
30-
image: ghcr.io/astral-sh/uv:0.9.27-python3.12-trixie
30+
image: ghcr.io/astral-sh/uv:0.9.28-python3.12-trixie
3131

3232
steps:
3333
- uses: actions/checkout@v6

.github/workflows/rhiza_mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Static type checking with mypy
2525
runs-on: ubuntu-latest
2626
container:
27-
image: ghcr.io/astral-sh/uv:0.9.27-python3.12-trixie
27+
image: ghcr.io/astral-sh/uv:0.9.28-python3.12-trixie
2828

2929
steps:
3030
- uses: actions/checkout@v6

.github/workflows/rhiza_security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Security scanning
2828
runs-on: ubuntu-latest
2929
container:
30-
image: ghcr.io/astral-sh/uv:0.9.27-python3.12-trixie
30+
image: ghcr.io/astral-sh/uv:0.9.28-python3.12-trixie
3131

3232
steps:
3333
- uses: actions/checkout@v6

.github/workflows/rhiza_validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# don't run this in rhiza itself. Rhiza has no template.yml file.
1616
if: ${{ github.repository != 'jebel-quant/rhiza' }}
1717
container:
18-
image: ghcr.io/astral-sh/uv:0.9.27-python3.12-trixie
18+
image: ghcr.io/astral-sh/uv:0.9.28-python3.12-trixie
1919

2020
steps:
2121
- name: Checkout repository

0 commit comments

Comments
 (0)