Skip to content

Commit b5e9d18

Browse files
chore(deps): update actions/setup-python digest to ece7cb0
1 parent 2e279b2 commit b5e9d18

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/non-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3939
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
40-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
40+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
4141
with:
4242
python-version: '3.14'
4343
- uses: install-pinned/maturin@cf91d4f1b862e5f08d2706f10e270b1faec1be7e

.github/workflows/pyapi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
2020
steps:
2121
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
22+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2323
with:
2424
python-version: '3.14'
2525
- name: Build wheels
@@ -42,7 +42,7 @@ jobs:
4242
target: [x64, x86]
4343
steps:
4444
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
45-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
45+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
4646
with:
4747
python-version: '3.14'
4848
architecture: ${{ matrix.target }}
@@ -65,7 +65,7 @@ jobs:
6565
target: [x86_64, aarch64]
6666
steps:
6767
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
68-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
68+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
6969
with:
7070
python-version: '3.14'
7171
- name: Build wheels

0 commit comments

Comments
 (0)