diff --git a/.github/workflows/pre-commit-autoupdate.yaml b/.github/workflows/pre-commit-autoupdate.yaml index e647c0c..26d26a2 100644 --- a/.github/workflows/pre-commit-autoupdate.yaml +++ b/.github/workflows/pre-commit-autoupdate.yaml @@ -27,7 +27,7 @@ jobs: sparse-checkout: | .pre-commit-config.yaml - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v6 with: # Read python version from a file .python-version python-version-file: '.python-version'