diff --git a/setup-python/action.yml b/setup-python/action.yml index 2e16a2a..d3f84f9 100644 --- a/setup-python/action.yml +++ b/setup-python/action.yml @@ -12,7 +12,7 @@ runs: with: python-version: ${{ inputs.python-version }} - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}