From c6d501347a6cfd18437589cd145d13e564e78af1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:20:22 +0300 Subject: [PATCH] =?UTF-8?q?feat(github-action)!:=20Update=20actions/setup-?= =?UTF-8?q?python=20(=20v4.8.0=20=E2=86=92=20v5.2.0=20)=20(#31)?= 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> Co-authored-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 64620e5..d2b53e1 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@v4 - - uses: actions/setup-python@v4.8.0 + - uses: actions/setup-python@v5.2.0 - run: pip install pre-commit - run: pre-commit autoupdate - uses: peter-evans/create-pull-request@v4