From c2786091ddaafc2b84c854e371e813dc2f808b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 00:40:17 +0000 Subject: [PATCH] build(deps): bump the actions group with 5 updates Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [huggingface/doc-builder/.github/workflows/build_main_documentation.yml](https://github.com/huggingface/doc-builder) | `a601280c0e9830f86ac8ecde75eeb3cf733e8bef` | `0f4784322c564503c4a4d67ccb7fba29e32f111a` | | [huggingface/doc-builder/.github/workflows/build_pr_documentation.yml](https://github.com/huggingface/doc-builder) | `a601280c0e9830f86ac8ecde75eeb3cf733e8bef` | `0f4784322c564503c4a4d67ccb7fba29e32f111a` | | [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) | `4.0.0` | `4.1.0` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.2.0` | `8.3.0` | | [huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml](https://github.com/huggingface/doc-builder) | `a601280c0e9830f86ac8ecde75eeb3cf733e8bef` | `0f4784322c564503c4a4d67ccb7fba29e32f111a` | Updates `huggingface/doc-builder/.github/workflows/build_main_documentation.yml` from a601280c0e9830f86ac8ecde75eeb3cf733e8bef to 0f4784322c564503c4a4d67ccb7fba29e32f111a - [Release notes](https://github.com/huggingface/doc-builder/releases) - [Commits](https://github.com/huggingface/doc-builder/compare/a601280c0e9830f86ac8ecde75eeb3cf733e8bef...0f4784322c564503c4a4d67ccb7fba29e32f111a) Updates `huggingface/doc-builder/.github/workflows/build_pr_documentation.yml` from a601280c0e9830f86ac8ecde75eeb3cf733e8bef to 0f4784322c564503c4a4d67ccb7fba29e32f111a - [Release notes](https://github.com/huggingface/doc-builder/releases) - [Commits](https://github.com/huggingface/doc-builder/compare/a601280c0e9830f86ac8ecde75eeb3cf733e8bef...0f4784322c564503c4a4d67ccb7fba29e32f111a) Updates `astral-sh/ruff-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](https://github.com/astral-sh/ruff-action/compare/0ce1b0bf8b818ef400413f810f8a11cdbda0034b...278981a28ce3188b1e39527901f38254bf3aac89) Updates `astral-sh/setup-uv` from 8.2.0 to 8.3.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/fac544c07dec837d0ccb6301d7b5580bf5edae39...d31148d669074a8d0a63714ba94f3201e7020bc3) Updates `huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml` from a601280c0e9830f86ac8ecde75eeb3cf733e8bef to 0f4784322c564503c4a4d67ccb7fba29e32f111a - [Release notes](https://github.com/huggingface/doc-builder/releases) - [Commits](https://github.com/huggingface/doc-builder/compare/a601280c0e9830f86ac8ecde75eeb3cf733e8bef...0f4784322c564503c4a4d67ccb7fba29e32f111a) --- updated-dependencies: - dependency-name: huggingface/doc-builder/.github/workflows/build_main_documentation.yml dependency-version: 0f4784322c564503c4a4d67ccb7fba29e32f111a dependency-type: direct:production dependency-group: actions - dependency-name: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml dependency-version: 0f4784322c564503c4a4d67ccb7fba29e32f111a dependency-type: direct:production dependency-group: actions - dependency-name: astral-sh/ruff-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml dependency-version: 0f4784322c564503c4a4d67ccb7fba29e32f111a dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build_documentation.yaml | 2 +- .github/workflows/build_pr_documentation.yaml | 2 +- .github/workflows/lint.yml | 6 +++--- .github/workflows/test_e2e.yaml | 4 ++-- .github/workflows/test_kernels.yaml | 2 +- .github/workflows/test_python.yaml | 2 +- .github/workflows/upload_pr_documentation.yaml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build_documentation.yaml b/.github/workflows/build_documentation.yaml index ace98735..2e0ed2ba 100644 --- a/.github/workflows/build_documentation.yaml +++ b/.github/workflows/build_documentation.yaml @@ -13,7 +13,7 @@ on: jobs: build: - uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@a601280c0e9830f86ac8ecde75eeb3cf733e8bef # main + uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@0f4784322c564503c4a4d67ccb7fba29e32f111a # main with: commit_sha: ${{ github.sha }} package_path: kernels/kernels/ diff --git a/.github/workflows/build_pr_documentation.yaml b/.github/workflows/build_pr_documentation.yaml index 5dad0cba..6d0e0dcf 100644 --- a/.github/workflows/build_pr_documentation.yaml +++ b/.github/workflows/build_pr_documentation.yaml @@ -13,7 +13,7 @@ concurrency: jobs: build: - uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@a601280c0e9830f86ac8ecde75eeb3cf733e8bef # main + uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@0f4784322c564503c4a4d67ccb7fba29e32f111a # main with: commit_sha: ${{ github.event.pull_request.head.sha }} pr_number: ${{ github.event.number }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 650849be..e7ef5f71 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,12 +21,12 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Run ruff check - uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0 + uses: astral-sh/ruff-action@278981a28ce3188b1e39527901f38254bf3aac89 # v4.1.0 with: src: kernels version: ${{ env.RUFF_VERSION }} - name: Run ruff format check - uses: astral-sh/ruff-action@0ce1b0bf8b818ef400413f810f8a11cdbda0034b # v4.0.0 + uses: astral-sh/ruff-action@278981a28ce3188b1e39527901f38254bf3aac89 # v4.1.0 with: src: kernels version: ${{ env.RUFF_VERSION }} @@ -42,7 +42,7 @@ jobs: with: fetch-depth: 0 - name: Install uv and set the python version - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: python-version: "3.12" - name: Check for breaking changes diff --git a/.github/workflows/test_e2e.yaml b/.github/workflows/test_e2e.yaml index 24856cbf..6250f07e 100644 --- a/.github/workflows/test_e2e.yaml +++ b/.github/workflows/test_e2e.yaml @@ -118,7 +118,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install uv and set Python version - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: python-version: "3.12" @@ -156,7 +156,7 @@ jobs: if: always() runs-on: ubuntu-latest steps: - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + - uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: python-version: "3.12" - name: Delete test repos diff --git a/.github/workflows/test_kernels.yaml b/.github/workflows/test_kernels.yaml index 65b70cac..db197baa 100644 --- a/.github/workflows/test_kernels.yaml +++ b/.github/workflows/test_kernels.yaml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install uv and set the python version - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/test_python.yaml b/.github/workflows/test_python.yaml index d071e7b3..391a235d 100644 --- a/.github/workflows/test_python.yaml +++ b/.github/workflows/test_python.yaml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Install uv and set the python version - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/upload_pr_documentation.yaml b/.github/workflows/upload_pr_documentation.yaml index cfb5bac0..be8d7ade 100644 --- a/.github/workflows/upload_pr_documentation.yaml +++ b/.github/workflows/upload_pr_documentation.yaml @@ -8,7 +8,7 @@ on: jobs: build: - uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@a601280c0e9830f86ac8ecde75eeb3cf733e8bef # main + uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@0f4784322c564503c4a4d67ccb7fba29e32f111a # main with: package_name: kernels secrets: