From c66db03ccdb3188ff64370ee5bf8c89b38b2b54c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 05:11:12 +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 08f8f12..e994813 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@v5 + uses: actions/setup-python@v6 with: python-version: ${{ steps.get-python-version.outputs.python-version }} cache: ${{ steps.get-cache-name.outputs.cache }}