From c164e4d647d1717b14479c51ab8cce77f55b002b Mon Sep 17 00:00:00 2001 From: y0urself Date: Wed, 8 Jan 2025 10:22:14 +0100 Subject: [PATCH] Deps: Update actions/cache to 4.2.0 --- pipx/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipx/action.yml b/pipx/action.yml index f9da2deb..f420d095 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@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ${{ steps.settings.outputs.venvs }}/${{ inputs.install }} key: python-${{ steps.python.outputs.python-version }}-pipx-venv-${{ inputs.install }}-${{ inputs.install-version || 'latest' }}