From 8a2076e281a07f39c60abd63aac7f3bebf833338 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 01:46:09 +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 df305a4..fc6ac8d 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@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.14 - run: pip install bashate