Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
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/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7.3.0
with:
version: "0.10.4"
version: "0.10.5"

- name: Configure git auth for private packages
uses: ./.github/actions/configure-git-auth
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7.3.0
with:
version: "0.10.4"
version: "0.10.5"

- name: Configure git auth for private packages
uses: ./.github/actions/configure-git-auth
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7.3.0
with:
version: "0.10.4"
version: "0.10.5"

- name: Configure git auth for private packages
uses: ./.github/actions/configure-git-auth
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rhiza_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7.3.0
with:
version: "0.10.4"
version: "0.10.5"

- name: Configure git auth for private packages
uses: ./.github/actions/configure-git-auth
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7.3.0
with:
version: "0.10.4"
version: "0.10.5"
python-version: ${{ matrix.python-version }}

- name: Configure git auth for private packages
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7.3.0
with:
version: "0.10.4"
version: "0.10.5"

- name: Configure git auth for private packages
uses: ./.github/actions/configure-git-auth
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_marimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7.3.0
with:
version: "0.10.4"
version: "0.10.5"

- name: Configure git auth for private packages
uses: ./.github/actions/configure-git-auth
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rhiza_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7.3.0
with:
version: "0.10.4"
version: "0.10.5"

- name: Configure git auth for private packages
uses: ./.github/actions/configure-git-auth
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7.3.0
with:
version: "0.10.4"
version: "0.10.5"

- name: "Sync the virtual environment for ${{ github.repository }}"
shell: bash
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 @@ -22,7 +22,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v7.3.0
with:
version: "0.10.4"
version: "0.10.5"

- name: Configure git auth for private packages
uses: ./.github/actions/configure-git-auth
Expand Down
2 changes: 1 addition & 1 deletion actions/book/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
python-version: 3.12
ignore-empty-workdir: true
enable-cache: false
version: '0.10.4'
version: '0.10.5'

# Step 2: Download all artifacts from previous jobs
# This automatically retrieves artifacts uploaded by jobs specified in the 'needs' field
Expand Down
Loading