From f505be910ae3a2a2cee4aed37df2b8870e9569a7 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Fri, 27 Aug 2021 12:46:07 +0100 Subject: [PATCH] Bump Blinka and PlatformDetect * Blinka 6.13 * PlatformDetect 3.15.3 --- .github/workflows/micropython-with-blinka.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/micropython-with-blinka.yml b/.github/workflows/micropython-with-blinka.yml index 505490586..a15afd37e 100644 --- a/.github/workflows/micropython-with-blinka.yml +++ b/.github/workflows/micropython-with-blinka.yml @@ -8,9 +8,9 @@ on: env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) - MICROPYTHON_VERSION: v1.16 - BLINKA_VERSION: 6.10.2 - PLATFORMDETECT_VERSION: 3.14.1 + MICROPYTHON_VERSION: v1.15 + BLINKA_VERSION: 6.13.0 + PLATFORMDETECT_VERSION: 3.15.3 BUILD_TYPE: Release BOARD_TYPE: PICO