Skip to content

Commit 8680a9a

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump uraimo/run-on-arch-action from 2.7.1 to 2.7.2
Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/uraimo/run-on-arch-action/releases) - [Commits](uraimo/run-on-arch-action@v2.7.1...v2.7.2) --- updated-dependencies: - dependency-name: uraimo/run-on-arch-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0106bc8 commit 8680a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
target: ${{ matrix.target }}
157157
manylinux: 2_24
158158
args: --release -m bindings/python/Cargo.toml --no-default-features --out dist
159-
- uses: uraimo/[email protected].1
159+
- uses: uraimo/[email protected].2
160160
name: Install built wheel
161161
with:
162162
arch: ${{ matrix.target }}
@@ -226,7 +226,7 @@ jobs:
226226
target: ${{ matrix.platform.target }}
227227
manylinux: musllinux_1_2
228228
args: --release -m bindings/python/Cargo.toml --out dist
229-
- uses: uraimo/[email protected].1
229+
- uses: uraimo/[email protected].2
230230
name: Install built wheel
231231
with:
232232
arch: ${{ matrix.platform.arch }}

0 commit comments

Comments
 (0)