From ceb3a5d398eb83694bfbc87ba2be64d5382941ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:03:50 +0000 Subject: [PATCH] Update actions/setup-python action to v6 --- .github/workflows/check-coding-rule-v3.yml | 2 +- .github/workflows/check-coding-rule.yml | 2 +- .github/workflows/check-encoding-v3.yml | 2 +- .github/workflows/check-encoding.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-coding-rule-v3.yml b/.github/workflows/check-coding-rule-v3.yml index 25bbd97..25d7d0b 100644 --- a/.github/workflows/check-coding-rule-v3.yml +++ b/.github/workflows/check-coding-rule-v3.yml @@ -47,7 +47,7 @@ jobs: with: submodules: recursive - - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version-file: .github/workflows/.python-version architecture: 'x64' diff --git a/.github/workflows/check-coding-rule.yml b/.github/workflows/check-coding-rule.yml index 4943913..af184ba 100644 --- a/.github/workflows/check-coding-rule.yml +++ b/.github/workflows/check-coding-rule.yml @@ -43,7 +43,7 @@ jobs: with: submodules: recursive - - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version-file: .github/workflows/.python-version architecture: 'x64' diff --git a/.github/workflows/check-encoding-v3.yml b/.github/workflows/check-encoding-v3.yml index 7f81ed7..dd7167b 100644 --- a/.github/workflows/check-encoding-v3.yml +++ b/.github/workflows/check-encoding-v3.yml @@ -36,7 +36,7 @@ jobs: with: submodules: 'recursive' - - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version-file: .github/workflows/.python-version architecture: 'x64' diff --git a/.github/workflows/check-encoding.yml b/.github/workflows/check-encoding.yml index 83cd5a1..303c70e 100644 --- a/.github/workflows/check-encoding.yml +++ b/.github/workflows/check-encoding.yml @@ -36,7 +36,7 @@ jobs: with: submodules: 'recursive' - - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version-file: .github/workflows/.python-version architecture: 'x64'