From d97b0cb3177b0ada67b429e0e595cb4ff0cf4a87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 15:15:24 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .github/workflows/build_document.yml | 2 +- .github/workflows/python_test.yml | 2 +- .github/workflows/sonarcloud_check.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_document.yml b/.github/workflows/build_document.yml index 01b53bc..fee8e8d 100644 --- a/.github/workflows/build_document.yml +++ b/.github/workflows/build_document.yml @@ -33,7 +33,7 @@ jobs: sudo apt-get install dvipng - name: Set up Python ${{env.python_version}} - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: ${{env.python_version}} diff --git a/.github/workflows/python_test.yml b/.github/workflows/python_test.yml index ec3a776..5e0401c 100644 --- a/.github/workflows/python_test.yml +++ b/.github/workflows/python_test.yml @@ -29,7 +29,7 @@ jobs: - name: Checkout uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 - name: Set up Python ${{matrix.python-version}} - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: ${{matrix.python-version}} - name: Install dependencies diff --git a/.github/workflows/sonarcloud_check.yml b/.github/workflows/sonarcloud_check.yml index 9d0a5c8..c5099cd 100644 --- a/.github/workflows/sonarcloud_check.yml +++ b/.github/workflows/sonarcloud_check.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: python-version: 3.9