From 80d25de1c76a9351ed07b5f85356c1c318ab5379 Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Tue, 28 Jun 2022 15:41:34 -0400 Subject: [PATCH] Dependabot, update actions Signed-off-by: Sara Damiano --- .github/dependabot.yml | 10 ++++++++++ .github/workflows/build_examples_platformio.yaml | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0f88bec --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily' + labels: + - 'CI/CD' + commit-message: + prefix: ci diff --git a/.github/workflows/build_examples_platformio.yaml b/.github/workflows/build_examples_platformio.yaml index 88d464d..12831e2 100644 --- a/.github/workflows/build_examples_platformio.yaml +++ b/.github/workflows/build_examples_platformio.yaml @@ -54,7 +54,9 @@ jobs: fi - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 + with: + python-version: '3.x' # This should be pulled from cache, if there's not a new version - name: Install PlatformIO