We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e417efc commit 090b05cCopy full SHA for 090b05c
.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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
42
with:
43
path: rust/onnx/runtime/build/Linux
44
key: maturin-${{ matrix.platform.target }}-${{ hashFiles('rust/onnx/build.sh') }}
0 commit comments