From 9da5f54b6ca71fc48cc31a452b32f5c8cc88f5cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:32:34 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v7 --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index ff3a8a2..70d82b7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -35,7 +35,7 @@ jobs: # Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and # yamllint (https://github.com/adrienverge/yamllint) which require Python - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7.0.0 with: python-version: '3.14' check-latest: true