diff --git a/action.yml b/action.yml index 3dbf7eb..277f08b 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ runs: run: pipx install pipenv - name: Setup Python environment and cache - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ steps.get-python-version.outputs.python-version }} cache: 'pipenv'