From 1b27c5ba705cedcfc26ef0fba5a1c952b5fc0d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 17:55:57 +0000 Subject: [PATCH] ci: bump the actions-minor-patch group across 1 directory with 2 updates Bumps the actions-minor-patch group with 2 updates in the / directory: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `dtolnay/rust-toolchain` from 1.96.0 to 1.100.0 - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/1.96.0...1.100.0) Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.13.0...v1.14.2) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: 1.100.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/eval.yml | 4 ++-- .github/workflows/publish.yml | 4 ++-- .github/workflows/release.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6200c463f..fa5b0c179 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: - uses: actions/setup-python@v7 with: python-version: ${{ env.PY_VERSION }} - - uses: dtolnay/rust-toolchain@1.96.0 + - uses: dtolnay/rust-toolchain@1.100.0 - uses: Swatinem/rust-cache@v2 with: workspaces: ". -> target" @@ -454,7 +454,7 @@ jobs: path: ~/.cache/pip key: ${{ runner.os }}-pip-build-${{ hashFiles('pyproject.toml') }} restore-keys: ${{ runner.os }}-pip-build- - - uses: dtolnay/rust-toolchain@1.96.0 + - uses: dtolnay/rust-toolchain@1.100.0 - uses: Swatinem/rust-cache@v2 with: workspaces: ". -> target" diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml index 7497624a7..c6cd3af4e 100644 --- a/.github/workflows/eval.yml +++ b/.github/workflows/eval.yml @@ -32,7 +32,7 @@ jobs: # `pip install -e .` invokes maturin (declared in pyproject.toml's # build-system) which calls cargo to compile the Rust extension. - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.96.0 + uses: dtolnay/rust-toolchain@1.100.0 - name: Cache cargo registry + build uses: Swatinem/rust-cache@v2 @@ -100,7 +100,7 @@ jobs: restore-keys: ${{ runner.os }}-pip-eval- - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.96.0 + uses: dtolnay/rust-toolchain@1.100.0 - name: Cache cargo registry + build uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0f756a724..5d93fc00e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: python-version: "3.11" - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@1.96.0 + uses: dtolnay/rust-toolchain@1.100.0 - name: Cache cargo registry + build uses: Swatinem/rust-cache@v2 @@ -54,4 +54,4 @@ jobs: files: dist/headroom-sbom.cdx.json - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@v1.13.0 + uses: pypa/gh-action-pypi-publish@v1.14.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce34b35c3..cefcc5bbe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -779,7 +779,7 @@ jobs: - name: Publish ${{ env.PYPI_PACKAGE }} to PyPI id: pypi-publish - uses: pypa/gh-action-pypi-publish@v1.13.0 + uses: pypa/gh-action-pypi-publish@v1.14.2 with: # Idempotent re-runs: when a wheel filename for the computed # version is already on PyPI (e.g. a previous push to main