From 2146f5403fcc71ad411ff31c74fd3f4d38342329 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 27 Feb 2024 11:14:05 +0000 Subject: [PATCH] CI: Bump MicroPython to master. CI will always run against the latest MicroPython commit. --- .github/workflows/micropython.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/micropython.yml b/.github/workflows/micropython.yml index 070d5fb53..e5d049271 100644 --- a/.github/workflows/micropython.yml +++ b/.github/workflows/micropython.yml @@ -7,7 +7,7 @@ on: types: [created] env: - MICROPYTHON_VERSION: 932f76c6ba64c5a3e68de3324556d9979f09303b + MICROPYTHON_VERSION: master jobs: build: