diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 5b56b8d..6476cef 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -22,7 +22,7 @@ jobs: echo "github.event.repository.default_branch: ${{ github.event.repository.default_branch }}" - name: Setup Python 3 (with caching) - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: 3.x cache: 'pip'