diff --git a/.github/workflows/python-build-and-release-package.yml b/.github/workflows/python-build-and-release-package.yml index c3f645327..fd501a770 100644 --- a/.github/workflows/python-build-and-release-package.yml +++ b/.github/workflows/python-build-and-release-package.yml @@ -90,7 +90,7 @@ jobs: - name: Install uv run: curl -LsSf https://astral.sh/uv/${{ env.UV_VERSION }}/install.sh | sh - if: matrix.platform.runner == 'ubuntu-latest' - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: rust/onnx/runtime/build/Linux key: maturin-${{ matrix.platform.target }}-${{ hashFiles('rust/onnx/build.sh') }}