From 06f6f0da4894b48d62c9da33082e180342414561 Mon Sep 17 00:00:00 2001 From: Brandyn Britton Date: Wed, 13 May 2026 21:28:17 +0800 Subject: [PATCH] fix: github deps --- .github/workflows/CD.yml | 8 ++++---- m_tree/dependencies/pybind11 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 02a0640..891c2d6 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -8,8 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: astral-sh/ruff-action@v3 - - uses: astral-sh/ruff-action@v3 + - uses: astral-sh/ruff-action@v4.0.0 + - uses: astral-sh/ruff-action@v4.0.0 with: args: "format --check" @@ -81,7 +81,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: "3.11" - - uses: astral-sh/setup-uv@v7 + - uses: astral-sh/setup-uv@v8.1.0 - uses: actions/download-artifact@v7 with: name: wheels-ubuntu-latest @@ -153,7 +153,7 @@ jobs: echo "raw_version=$RAW_VERSION" >> $GITHUB_OUTPUT echo "version=$(echo $RAW_VERSION | tr '_' '.')" >> $GITHUB_OUTPUT - name: Update release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} files: release/*.zip diff --git a/m_tree/dependencies/pybind11 b/m_tree/dependencies/pybind11 index a2e59f0..f5fbe86 160000 --- a/m_tree/dependencies/pybind11 +++ b/m_tree/dependencies/pybind11 @@ -1 +1 @@ -Subproject commit a2e59f0e7065404b44dfe92a28aca47ba1378dc4 +Subproject commit f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8