From e54c01808b82cfc3ed917eae402bf0437ccb7e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 04:08:17 +0000 Subject: [PATCH] Deps: Bump actions/cache in /pipx in the dependencies group Bumps the dependencies group in /pipx with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 6.0.0 to 6.1.0 - [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/2c8a9bd7457de244a408f35966fab2fb45fda9c8...55cc8345863c7cc4c66a329aec7e433d2d1c52a9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pipx/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipx/action.yml b/pipx/action.yml index 5fba073a..811e251e 100644 --- a/pipx/action.yml +++ b/pipx/action.yml @@ -89,7 +89,7 @@ runs: # cache venv only if an application will be installed and the user requested caching and no python path is set if: inputs.install && inputs.cache == 'true' && !inputs.python-path id: cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ steps.settings.outputs.venvs }}/${{ inputs.install }} key: python-${{ steps.python.outputs.python-version }}-pipx-venv-${{ inputs.install }}-${{ inputs.install-version || 'latest' }}