Skip to content

Commit 355b2d5

Browse files
Bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [CodSpeedHQ/action](https://github.com/codspeedhq/action) and [PyO3/maturin-action](https://github.com/pyo3/maturin-action). Updates `CodSpeedHQ/action` from 3.6.1 to 3.7.0 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@v3.6.1...v3.7.0) Updates `PyO3/maturin-action` from 1.47.3 to 1.49.3 - [Release notes](https://github.com/pyo3/maturin-action/releases) - [Commits](PyO3/maturin-action@v1.47.3...v1.49.3) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: PyO3/maturin-action dependency-version: 1.49.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b41794 commit 355b2d5

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
@@ -68,7 +68,7 @@ jobs:
6868
- run: |
6969
export UV_PROJECT_ENVIRONMENT="${pythonLocation}"
7070
uv sync --extra test --locked
71-
- uses: CodSpeedHQ/action@v3.6.1
71+
- uses: CodSpeedHQ/action@v3.7.0
7272
with:
7373
token: ${{ secrets.CODSPEED_TOKEN }}
7474
# allow updating snapshots due to indeterministic benchmarks

.github/workflows/version.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
ref: version-${{ needs.bump.outputs.version }}
6666
- uses: actions/checkout@v4
6767
if: ${{ needs.bump.result == 'skipped' }}
68-
- uses: PyO3/maturin-action@v1.47.3
68+
- uses: PyO3/maturin-action@v1.49.3
6969
with:
7070
target: ${{ matrix.target }}
7171
manylinux: auto
@@ -91,7 +91,7 @@ jobs:
9191
if: ${{ needs.bump.result == 'skipped' }}
9292
- name: Setup QEMU
9393
uses: docker/setup-qemu-action@v3
94-
- uses: PyO3/maturin-action@v1.47.3
94+
- uses: PyO3/maturin-action@v1.49.3
9595
with:
9696
manylinux: auto
9797
command: build
@@ -114,7 +114,7 @@ jobs:
114114
ref: version-${{ needs.bump.outputs.version }}
115115
- uses: actions/checkout@v4
116116
if: ${{ needs.bump.result == 'skipped' }}
117-
- uses: PyO3/maturin-action@v1.47.3
117+
- uses: PyO3/maturin-action@v1.49.3
118118
with:
119119
command: build
120120
args: --release -o dist --find-interpreter
@@ -136,7 +136,7 @@ jobs:
136136
ref: version-${{ needs.bump.outputs.version }}
137137
- uses: actions/checkout@v4
138138
if: ${{ needs.bump.result == 'skipped' }}
139-
- uses: PyO3/maturin-action@v1.47.3
139+
- uses: PyO3/maturin-action@v1.49.3
140140
with:
141141
command: build
142142
target: universal2-apple-darwin
@@ -158,7 +158,7 @@ jobs:
158158
pattern: wheels-*
159159
merge-multiple: true
160160
- name: Publish to PyPI
161-
uses: PyO3/maturin-action@v1.47.3
161+
uses: PyO3/maturin-action@v1.49.3
162162
env:
163163
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
164164
with:

0 commit comments

Comments
 (0)