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"