From 5bf8296091e01e3501d50bf785d2593da4b9193f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 06:11:51 +0000 Subject: [PATCH] Update actions/setup-python action to v6 --- python-format/action.yml | 2 +- python-lint/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-format/action.yml b/python-format/action.yml index 6883dce..87ecca3 100644 --- a/python-format/action.yml +++ b/python-format/action.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: 3.13.3 - run: python3 -m pip install --upgrade pip diff --git a/python-lint/action.yml b/python-lint/action.yml index bc0ca51..72fd5a1 100644 --- a/python-lint/action.yml +++ b/python-lint/action.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: python-version: 3.13.3 - run: python3 -m pip install --upgrade pip