From 5686ec74d489cdf9d05d758251e88d9537a19ee7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:44:33 +0000 Subject: [PATCH] Update actions/setup-python action to v7 --- .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 e0bad02..1495c2d 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@v7 with: python-version: 3.11 - run: pip install bashate