diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d57f5c5..9b9f2ac 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@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5 + - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 with: python-version-file: pyproject.toml cache: "poetry"