From 5193f4224b2a47fc6adf0ec41eafb4f9d8384c29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 10:17:57 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .github/workflows/premerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/premerge.yml b/.github/workflows/premerge.yml index 70cf576..e480027 100644 --- a/.github/workflows/premerge.yml +++ b/.github/workflows/premerge.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v6 - uses: pre-commit/action@v3.0.1