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