From a8b432464be2a3f430d7a34c2e5a7da20935b6a7 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 13 Jul 2023 12:02:40 -0400 Subject: [PATCH] Update .github/workflows/pylint.yml --- .github/workflows/pylint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }}