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' }}