Skip to content

Commit 124e003

Browse files
Bump the actions group with 2 updates (#103)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a0eee1 commit 124e003

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python-version: 3.x
6060

6161
- name: Build wheels
62-
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab # v1
62+
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5 # v1
6363
with:
6464
target: ${{ matrix.platform.target }}
6565
args: --release --out dist --find-interpreter
@@ -101,7 +101,7 @@ jobs:
101101
python-version: 3.x
102102

103103
- name: Build wheels
104-
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab # v1
104+
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5 # v1
105105
with:
106106
target: ${{ matrix.platform.target }}
107107
args: --release --out dist --find-interpreter
@@ -152,7 +152,7 @@ jobs:
152152
toolchain: stable
153153
target: ${{ matrix.WINDOWS.RUST_TRIPLE }}
154154

155-
- uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7
155+
- uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
156156
with:
157157
repo: pyca/infra
158158
workflow: build-windows-openssl.yml
@@ -208,7 +208,7 @@ jobs:
208208
python-version: 3.x
209209

210210
- name: Build wheels
211-
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab # v1
211+
uses: PyO3/maturin-action@5f8a1b3b0aad13193f46c9131f9b9e663def8ce5 # v1
212212
env:
213213
# Do not build OpenSSL on MacOS, since it's already installed
214214
# and we don't need to cross-compile.

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install python
7171
run: uv python install ${{ matrix.python }}
7272

73-
- uses: dawidd6/action-download-artifact@80620a5d27ce0ae443b965134db88467fc607b43 # v7
73+
- uses: dawidd6/action-download-artifact@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
7474
with:
7575
repo: pyca/infra
7676
workflow: build-windows-openssl.yml

0 commit comments

Comments
 (0)