Skip to content

Commit ec0eae8

Browse files
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](dtolnay/rust-toolchain@1.96.0...1.100.0) Updates `pypa/gh-action-pypi-publish` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.13.0...v1.14.0) --- 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.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fbd47b commit ec0eae8

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- uses: actions/setup-python@v6
105105
with:
106106
python-version: ${{ env.PY_VERSION }}
107-
- uses: dtolnay/rust-toolchain@1.96.0
107+
- uses: dtolnay/rust-toolchain@1.100.0
108108
- uses: Swatinem/rust-cache@v2
109109
with:
110110
workspaces: ". -> target"
@@ -395,7 +395,7 @@ jobs:
395395
path: ~/.cache/pip
396396
key: ${{ runner.os }}-pip-build-${{ hashFiles('pyproject.toml') }}
397397
restore-keys: ${{ runner.os }}-pip-build-
398-
- uses: dtolnay/rust-toolchain@1.96.0
398+
- uses: dtolnay/rust-toolchain@1.100.0
399399
- uses: Swatinem/rust-cache@v2
400400
with:
401401
workspaces: ". -> target"

.github/workflows/eval.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# `pip install -e .` invokes maturin (declared in pyproject.toml's
3333
# build-system) which calls cargo to compile the Rust extension.
3434
- name: Install Rust toolchain
35-
uses: dtolnay/rust-toolchain@1.96.0
35+
uses: dtolnay/rust-toolchain@1.100.0
3636

3737
- name: Cache cargo registry + build
3838
uses: Swatinem/rust-cache@v2
@@ -100,7 +100,7 @@ jobs:
100100
restore-keys: ${{ runner.os }}-pip-eval-
101101

102102
- name: Install Rust toolchain
103-
uses: dtolnay/rust-toolchain@1.96.0
103+
uses: dtolnay/rust-toolchain@1.100.0
104104

105105
- name: Cache cargo registry + build
106106
uses: Swatinem/rust-cache@v2

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: "3.11"
2626

2727
- name: Install Rust toolchain
28-
uses: dtolnay/rust-toolchain@1.96.0
28+
uses: dtolnay/rust-toolchain@1.100.0
2929

3030
- name: Cache cargo registry + build
3131
uses: Swatinem/rust-cache@v2
@@ -54,4 +54,4 @@ jobs:
5454
files: dist/headroom-sbom.cdx.json
5555

5656
- name: Publish to PyPI
57-
uses: pypa/gh-action-pypi-publish@v1.13.0
57+
uses: pypa/gh-action-pypi-publish@v1.14.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ jobs:
772772

773773
- name: Publish ${{ env.PYPI_PACKAGE }} to PyPI
774774
id: pypi-publish
775-
uses: pypa/gh-action-pypi-publish@v1.13.0
775+
uses: pypa/gh-action-pypi-publish@v1.14.0
776776
with:
777777
# Idempotent re-runs: when a wheel filename for the computed
778778
# version is already on PyPI (e.g. a previous push to main

0 commit comments

Comments
 (0)