From 6891442f58acdf282bc0d65f42fda40271760f22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 07:04:30 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 706ea73..08f8f12 100644 --- a/action.yml +++ b/action.yml @@ -56,7 +56,7 @@ runs: run: if [[ ${{ steps.check-if-poetry.outputs.use-poetry }} == 1 ]]; then echo 'cache=poetry'; else echo 'cache=pipenv'; fi >> $GITHUB_OUTPUT - name: Setup Python environment and cache - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ steps.get-python-version.outputs.python-version }} cache: ${{ steps.get-cache-name.outputs.cache }}