From 06b355672ba3459f7ecd7f3aced301091db45ecc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 22:23:01 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6.3.0 --- .github/workflows/analysis-coverage.yml | 2 +- .github/workflows/sphinxbuild.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analysis-coverage.yml b/.github/workflows/analysis-coverage.yml index b6bb4afc38c..4747719453f 100644 --- a/.github/workflows/analysis-coverage.yml +++ b/.github/workflows/analysis-coverage.yml @@ -48,7 +48,7 @@ jobs: sudo apt install -o Acquire::Retries=5 --fix-missing gettext netcat-openbsd xvfb redis-server - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: '3.14' diff --git a/.github/workflows/sphinxbuild.yml b/.github/workflows/sphinxbuild.yml index 232fb9466c4..f62d2edd7c9 100644 --- a/.github/workflows/sphinxbuild.yml +++ b/.github/workflows/sphinxbuild.yml @@ -23,7 +23,7 @@ jobs: persist-credentials: false - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: '3.14'