From e90b612d14dd54cb1f22c4277333b5eaa62c45b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 07:27:38 +0000 Subject: [PATCH] chore(deps): update actions/setup-python digest to a26af69 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb1dbd9..bc2d777 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -105,7 +105,7 @@ jobs: - name: Install Poetry # renovate: datasource=github-tags depName=poetry packageName=python-poetry/poetry run: pipx install poetry==1.8.2 - - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 + - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: python-version-file: pyproject.toml cache: "poetry"