From b2c88f02e154c574be536a17b70cfdb2e87942f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 05:04:04 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f5ce850..36bdc99 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout the repository at the current branch uses: actions/checkout@v5 - run: pipx install poetry - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3.13' cache: 'poetry' @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v5 - run: pipx install poetry - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: '3.13' cache: 'poetry'