From 042276dd543cb88ee7da11aa10e6e8688f3ae98f Mon Sep 17 00:00:00 2001 From: Wastl Kraus Date: Thu, 30 Mar 2023 19:28:29 +0200 Subject: [PATCH] Update esp32.yml Setup the main branch of node.js to prevent warnings --- .github/workflows/esp32.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/esp32.yml b/.github/workflows/esp32.yml index 0a7e5c5..2b869c9 100644 --- a/.github/workflows/esp32.yml +++ b/.github/workflows/esp32.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@main - name: Install repo as library run: |