From 58ca2c207d99d0659fc58051fa956a192ca3a5a7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Jun 2022 23:44:10 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'