From ecc2ea2a2005e3aefeb7df8496ae27a8506cfd1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 16:57:10 -0500 Subject: [PATCH] chore(deps): update actions/setup-python action to v5.3.0 (#912) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/setup-env/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-env/action.yml b/.github/actions/setup-env/action.yml index 06b9fe74..f31a8109 100644 --- a/.github/actions/setup-env/action.yml +++ b/.github/actions/setup-env/action.yml @@ -26,7 +26,7 @@ runs: echo "version=$(head -n1 .poetry-version | tr -d '\n')" >> $GITHUB_OUTPUT shell: bash - name: Set up Python ${{ inputs.python-version }} - uses: actions/setup-python@v5.2.0 + uses: actions/setup-python@v5.3.0 with: python-version: ${{ inputs.python-version }} - name: Install Poetry