diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index a1a4549..03e4772 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -9,8 +9,9 @@ jobs: matrix: python-version: ["3.11.2"] steps: + - name: Checkout - uses: https://github.com/actions/checkout@v3 - - name: Set up Python ${{ matrix.python-version }} + - name: Set up Python 3.11.2 uses: https://github.com/actions/setup-python@v3 with: python-version: ${{ matrix.python-version }}