From 12c5fad8146d2f238b6ebafcce797c57fc9d50a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:44:43 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e1ed2bf..4bcd616 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Run unit tests run: yarn test - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v6 with: python-version: 3.x - name: Rerun Pre-Commit Hooks on CI