From e160b7c830134473db3e463ddb0c3487e14c3dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 06:36:11 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4.2.3 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/5a3ec84eff668545956fd18022155c47e93e2684...27d5ce7f107fe9357f9df03efb73ab90386fccae) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python-build-and-release-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}