@@ -37,14 +37,14 @@ jobs:
3737 - runner : ubuntu-22.04
3838 target : ppc64le
3939 steps :
40- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
40+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141 with :
4242 persist-credentials : false
43- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
43+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
4444 with :
4545 python-version : 3.x
4646 - name : Build wheels
47- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
47+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
4848 with :
4949 target : ${{ matrix.platform.target }}
5050 args : --release --out dist -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i 3.14 -i pypy-3.9 -i pypy-3.10 --manifest-path crates/pyaugurs/Cargo.toml
@@ -69,14 +69,14 @@ jobs:
6969 - runner : ubuntu-22.04
7070 target : armv7
7171 steps :
72- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
72+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7373 with :
7474 persist-credentials : false
75- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
75+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
7676 with :
7777 python-version : 3.x
7878 - name : Build wheels
79- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
79+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
8080 with :
8181 target : ${{ matrix.platform.target }}
8282 args : --release --out dist -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i 3.14 -i pypy-3.9 -i pypy-3.10 --manifest-path crates/pyaugurs/Cargo.toml
@@ -100,15 +100,15 @@ jobs:
100100 target : x86
101101 interpreters : -i 3.10 -i 3.11 -i 3.12 -i 3.13
102102 steps :
103- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
103+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
104104 with :
105105 persist-credentials : false
106- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
106+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
107107 with :
108108 python-version : 3.x
109109 architecture : ${{ matrix.platform.target }}
110110 - name : Build wheels
111- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
111+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
112112 with :
113113 target : ${{ matrix.platform.target }}
114114 args : --release --out dist ${{ matrix.platform.interpreters }} --manifest-path crates/pyaugurs/Cargo.toml
@@ -128,14 +128,14 @@ jobs:
128128 - runner : macos-15-intel
129129 target : x86_64
130130 steps :
131- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
131+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
132132 with :
133133 persist-credentials : false
134- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
134+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
135135 with :
136136 python-version : 3.x
137137 - name : Build wheels
138- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
138+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
139139 with :
140140 target : ${{ matrix.platform.target }}
141141 args : --release --out dist -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i 3.14 -i pypy-3.9 -i pypy-3.10 --manifest-path crates/pyaugurs/Cargo.toml
@@ -148,11 +148,11 @@ jobs:
148148 sdist :
149149 runs-on : ubuntu-latest
150150 steps :
151- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
151+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
152152 with :
153153 persist-credentials : false
154154 - name : Build sdist
155- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
155+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
156156 with :
157157 command : sdist
158158 args : --out dist --manifest-path crates/pyaugurs/Cargo.toml
@@ -177,19 +177,19 @@ jobs:
177177 steps :
178178 - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
179179 - name : Generate artifact attestation
180- uses : actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1 .0
180+ uses : actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2 .0
181181 with :
182182 subject-path : " wheels-*/*"
183183
184184 - id : get-secrets
185- uses : grafana/shared-workflows/actions/get-vault-secrets@a37de51f3d713a30a9e4b21bcdfbd38170020593 # get-vault-secrets/v1.3.0
185+ uses : grafana/shared-workflows/actions/get-vault-secrets@f1614b210386ac420af6807a997ac7f6d96e477a # get-vault-secrets/v1.3.1
186186 with :
187187 # Secrets placed in the ci/repo/grafana/augurs/<path> path in Vault
188188 repo_secrets : |
189189 MATURIN_PYPI_TOKEN=pypi:api-token
190190
191191 - name : Publish to PyPI
192- uses : PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
192+ uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
193193 with :
194194 command : upload
195195 args : --non-interactive --skip-existing wheels-*/*
0 commit comments