From edddb4c0d66ae8f773c40e56f0b41effdbb4fb48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:37:21 +0000 Subject: [PATCH] Update actions/setup-python action to v6 --- .github/workflows/bashate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bashate.yml b/.github/workflows/bashate.yml index 6f8b9c6..fdb3486 100644 --- a/.github/workflows/bashate.yml +++ b/.github/workflows/bashate.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: 3.11 - run: pip install bashate