Skip to content

Commit f1747fd

Browse files
Bump the actions-production group across 1 directory with 3 updates
Bumps the actions-production group with 3 updates in the / directory: [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 `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.45.0 - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](PyO3/maturin-action@v1.42.1...v1.45.0) --- updated-dependencies: - 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 d9f26ff commit f1747fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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

.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.45.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.45.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.45.0
9696
with:
9797
command: build
9898
target: universal2-apple-darwin
@@ -114,7 +114,7 @@ jobs:
114114
pattern: wheels-*
115115
merge-multiple: true
116116
- name: Publish to PyPI
117-
uses: PyO3/maturin-action@v1.42.1
117+
uses: PyO3/maturin-action@v1.45.0
118118
env:
119119
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
120120
with:

0 commit comments

Comments
 (0)