From 0db655b9d66dd810dae1298180ac51e573497238 Mon Sep 17 00:00:00 2001 From: Eric Callahan Date: Tue, 7 Feb 2023 11:29:37 -0500 Subject: [PATCH] github: update lint workflow Signed-off-by: Eric Callahan --- .github/workflows/test_code.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_code.yaml b/.github/workflows/test_code.yaml index bbb516a..1489064 100644 --- a/.github/workflows/test_code.yaml +++ b/.github/workflows/test_code.yaml @@ -4,9 +4,9 @@ name: test-code on: [push, pull_request] jobs: lint-python-code: - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - uses: ricardochaves/python-lint@v1.4.0 with: python-root-list: "moonraker scripts"