Skip to content

Commit a1a328e

Browse files
Bump the actions-production group across 1 directory with 4 updates
Bumps the actions-production group with 4 updates in the / directory: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain), [CodSpeedHQ/action](https://github.com/codspeedhq/action), [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) and [PyO3/maturin-action](https://github.com/pyo3/maturin-action). Updates `dtolnay/rust-toolchain` from 1.71.1 to 1.90.0 - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@1.71.1...1.90.0) Updates `CodSpeedHQ/action` from 2 to 3 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@v2...v3) Updates `docker/setup-qemu-action` from 1 to 3 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v1...v3) Updates `PyO3/maturin-action` from 1.42.1 to 1.44.0 - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](PyO3/maturin-action@v1.42.1...v1.44.0) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-production - dependency-name: CodSpeedHQ/action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-production - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-production - dependency-name: PyO3/maturin-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b877e4 commit a1a328e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- "3.10"
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: dtolnay/rust-toolchain@1.71.1
28+
- uses: dtolnay/rust-toolchain@1.90.0
2929
- uses: Swatinem/rust-cache@v2
3030
- name: Setup python ${{ matrix.py }}
3131
uses: actions/setup-python@v5
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@v4
41-
- uses: dtolnay/rust-toolchain@1.71.1
41+
- uses: dtolnay/rust-toolchain@1.90.0
4242
- uses: Swatinem/rust-cache@v2
4343
- uses: actions/setup-python@v5
4444
with:
@@ -51,22 +51,22 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- uses: actions/checkout@v4
54-
- uses: dtolnay/rust-toolchain@1.71.1
54+
- uses: dtolnay/rust-toolchain@1.90.0
5555
- uses: Swatinem/rust-cache@v2
5656
- uses: actions/setup-python@v5
5757
with:
5858
python-version: "3.12"
5959
cache: "pip"
6060
- run: pip install -e .[test]
61-
- uses: CodSpeedHQ/action@v2
61+
- uses: CodSpeedHQ/action@v3
6262
with:
6363
token: ${{ secrets.CODSPEED_TOKEN }}
6464
run: pytest -vvv -n auto
6565
docs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- uses: actions/checkout@v4
69-
- uses: dtolnay/rust-toolchain@1.71.1
69+
- uses: dtolnay/rust-toolchain@1.90.0
7070
- uses: Swatinem/rust-cache@v2
7171
- uses: actions/setup-python@v5
7272
with:

.github/workflows/version.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
with:
5555
ref: version-${{ needs.bump.outputs.version }}
5656
- name: Setup QEMU
57-
uses: docker/setup-qemu-action@v1
58-
- uses: PyO3/maturin-action@v1.42.1
57+
uses: docker/setup-qemu-action@v3
58+
- uses: PyO3/maturin-action@v1.44.0
5959
with:
6060
manylinux: auto
6161
command: build
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v4
7575
with:
7676
ref: version-${{ needs.bump.outputs.version }}
77-
- uses: PyO3/maturin-action@v1.42.1
77+
- uses: PyO3/maturin-action@v1.44.0
7878
with:
7979
command: build
8080
args: --release -o dist --find-interpreter
@@ -92,7 +92,7 @@ jobs:
9292
- uses: actions/checkout@v4
9393
with:
9494
ref: version-${{ needs.bump.outputs.version }}
95-
- uses: PyO3/maturin-action@v1.42.1
95+
- uses: PyO3/maturin-action@v1.44.0
9696
with:
9797
command: build
9898
args: --release -o dist --universal2 --find-interpreter
@@ -113,7 +113,7 @@ jobs:
113113
pattern: wheels-*
114114
merge-multiple: true
115115
- name: Publish to PyPI
116-
uses: PyO3/maturin-action@v1.42.1
116+
uses: PyO3/maturin-action@v1.44.0
117117
env:
118118
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
119119
with:

0 commit comments

Comments
 (0)