From 2f7c2a2aead2a95e35c30741372cf13c138634eb Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Tue, 9 Mar 2021 16:16:41 +1100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c9b2fff..dcbb213b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,11 +7,12 @@ jobs: setup: runs-on: ubuntu-latest steps: - - uses: actions/checkout@master - - name: Checkout submodules - uses: textbook/git-checkout-submodule-action@master + - name: Checkout code + uses: actions/checkout@v2 + with: + submodules: true - name: Setup Python - uses: actions/setup-python@master + uses: actions/setup-python@v2 with: python-version: 3.x - name: Install Platform IO @@ -31,4 +32,4 @@ jobs: - name: Build for lora-relay-v1 run: platformio run -e lora-relay-v1 - name: Build for linux - run: platformio run -e linux \ No newline at end of file + run: platformio run -e linux