From e4ba264346a50481bd0d559a669611a8fd06c416 Mon Sep 17 00:00:00 2001 From: biologist79 <57354741+biologist79@users.noreply.github.com> Date: Wed, 16 Jun 2021 13:53:00 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22c9f43..3937190 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,9 +9,9 @@ jobs: name: Build all boards runs-on: ubuntu-latest steps: - - uses: actions/checkout@refactoring + - uses: actions/checkout@master - name: Setup Python - uses: actions/setup-python@refactoring + uses: actions/setup-python@master with: python-version: '3.x' - name: Install Platform IO