From 1b3fe6d12e9cf82a95abe32600c48f2dcdc6b876 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:05:17 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20actions/setup-p?= =?UTF-8?q?ython=20(=20v4.5.0=20=E2=86=92=20v4.8.0=20)?= 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 4115d0b..4167744 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4.5.0 + - uses: actions/setup-python@v4.8.0 - run: pip install pre-commit - run: pre-commit autoupdate - uses: peter-evans/create-pull-request@v4