From 1e2e63ed60dfe41a6771fb982cf6431a1896f5e1 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sun, 18 Dec 2022 18:00:38 -0300 Subject: [PATCH] [CI/CD] Migrated to checkout v3 --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index c231f650..7ac08e9f 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -36,7 +36,7 @@ jobs: container: setsoft/kicad_auto_test:${{ matrix.ki_release }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: submodules: recursive - name: Lint with flake8