@@ -32,21 +32,21 @@ jobs:
3232 - runner : ubuntu-22.04
3333 target : ppc64le
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636 with :
3737 persist-credentials : false
38- - uses : actions/setup-python@v5
38+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3939 with :
4040 python-version : 3.x
4141 - name : Build wheels
42- uses : PyO3/maturin-action@v1
42+ uses : PyO3/maturin-action@v1.49.4
4343 with :
4444 target : ${{ matrix.platform.target }}
4545 args : --release --out dist
4646 sccache : false
4747 manylinux : auto
4848 - name : Build free-threaded wheels
49- uses : PyO3/maturin-action@v1
49+ uses : PyO3/maturin-action@v1.49.4
5050 with :
5151 target : ${{ matrix.platform.target }}
5252 args : --release --out dist -i python3.13t,python3.14t
@@ -72,21 +72,21 @@ jobs:
7272 - runner : ubuntu-22.04
7373 target : armv7
7474 steps :
75- - uses : actions/checkout@v4
75+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7676 with :
7777 persist-credentials : false
78- - uses : actions/setup-python@v5
78+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
7979 with :
8080 python-version : 3.x
8181 - name : Build wheels
82- uses : PyO3/maturin-action@v1
82+ uses : PyO3/maturin-action@v1.49.4
8383 with :
8484 target : ${{ matrix.platform.target }}
8585 args : --release --out dist
8686 sccache : false
8787 manylinux : musllinux_1_2
8888 - name : Build free-threaded wheels
89- uses : PyO3/maturin-action@v1
89+ uses : PyO3/maturin-action@v1.49.4
9090 with :
9191 target : ${{ matrix.platform.target }}
9292 args : --release --out dist -i python3.13t,python3.14t
@@ -109,25 +109,25 @@ jobs:
109109 - runner : windows-latest
110110 target : x86
111111 steps :
112- - uses : actions/checkout@v4
112+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
113113 with :
114114 persist-credentials : false
115- - uses : actions/setup-python@v5
115+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
116116 with :
117117 python-version : 3.x
118118 architecture : ${{ matrix.platform.target }}
119119 - name : Build wheels
120- uses : PyO3/maturin-action@v1
120+ uses : PyO3/maturin-action@v1.49.4
121121 with :
122122 target : ${{ matrix.platform.target }}
123123 args : --release --out dist
124124 sccache : false
125- - uses : actions/setup-python@v5
125+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
126126 with :
127127 python-version : 3.13t
128128 architecture : ${{ matrix.platform.target }}
129129 - name : Build free-threaded wheels
130- uses : PyO3/maturin-action@v1
130+ uses : PyO3/maturin-action@v1.49.4
131131 with :
132132 target : ${{ matrix.platform.target }}
133133 args : --release --out dist -i python3.13t,python3.14t
@@ -148,20 +148,20 @@ jobs:
148148 - runner : macos-14
149149 target : aarch64
150150 steps :
151- - uses : actions/checkout@v4
151+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
152152 with :
153153 persist-credentials : false
154- - uses : actions/setup-python@v5
154+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
155155 with :
156156 python-version : 3.x
157157 - name : Build wheels
158- uses : PyO3/maturin-action@v1
158+ uses : PyO3/maturin-action@v1.49.4
159159 with :
160160 target : ${{ matrix.platform.target }}
161161 args : --release --out dist
162162 sccache : false
163163 - name : Build free-threaded wheels
164- uses : PyO3/maturin-action@v1
164+ uses : PyO3/maturin-action@v1.49.4
165165 with :
166166 target : ${{ matrix.platform.target }}
167167 args : --release --out dist -i python3.13t,python3.14t
@@ -176,11 +176,11 @@ jobs:
176176 sdist :
177177 runs-on : ubuntu-latest
178178 steps :
179- - uses : actions/checkout@v4
179+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
180180 with :
181181 persist-credentials : false
182182 - name : Build sdist
183- uses : PyO3/maturin-action@v1
183+ uses : PyO3/maturin-action@v1.49.4
184184 with :
185185 command : sdist
186186 args : --out dist
@@ -210,7 +210,7 @@ jobs:
210210 subject-path : wheels-*/*
211211 - name : Publish to PyPI
212212 if : ${{ startsWith(github.ref, 'refs/tags/') }}
213- uses : PyO3/maturin-action@v1
213+ uses : PyO3/maturin-action@v1.49.4
214214 with :
215215 command : upload
216216 args : --non-interactive --skip-existing wheels-*/*
0 commit comments