We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03a53f commit 544fb18Copy full SHA for 544fb18
.github/workflows/python-build-package.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install uv
39
run: curl -LsSf https://astral.sh/uv/0.5.22/install.sh | sh
40
- if: matrix.platform.runner == 'ubuntu-latest'
41
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
+ uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
42
with:
43
path: rust/onnx/runtime/build/Linux
44
key: maturin-${{ matrix.platform.target }}-${{ hashFiles('rust/onnx/build.sh') }}
0 commit comments