diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 6f1a4631..da84bc19 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -47,7 +47,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.13' - name: Validate PR commits