diff --git a/.github/workflows/pyCode-linting.yml b/.github/workflows/pyCode-linting.yml index 2dc620e..60b5fb1 100644 --- a/.github/workflows/pyCode-linting.yml +++ b/.github/workflows/pyCode-linting.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Installing flake8 and Upgrade pip