From 222276486a0859c2601dfb45b426f8189402ec17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 22:37:48 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20actions/setup-p?= =?UTF-8?q?ython=20(v5.3.0=20=E2=86=92=20v5.4.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pre-commit-autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 7d81d4e..0f941d9 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5.3.0 + - uses: actions/setup-python@v5.4.0 - run: pip install pre-commit && pre-commit autoupdate - uses: peter-evans/create-pull-request@v7 with: