From 6297b5ec75bb7c3af7b425c268f1a8101fe3a628 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 13 Jul 2023 11:49:57 -0400 Subject: [PATCH] Update .github/workflows/pylint.yml --- .github/workflows/pylint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 266743a..a1a4549 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -9,9 +9,9 @@ jobs: matrix: python-version: ["3.11.2"] steps: - - uses: actions/checkout@v3 + - uses: https://github.com/actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: https://github.com/actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: Install dependencies