Skip to content

Commit 884722d

Browse files
authored
Merge pull request #649 from pimoroni/patch-bump-micropython
CI: Bump MicroPython to 67fac4e.
2 parents d52fe23 + 9bf6bdd commit 884722d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/micropython-badger2040.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types: [created]
88

99
env:
10-
MICROPYTHON_VERSION: 699477d12d1aa1cb57ff6cfc3f5dc5e97524dbe6
10+
MICROPYTHON_VERSION: 67fac4ebc53db6337008ba06df7932faec80f57c
1111
BOARD_TYPE: PIMORONI_BADGER2040
1212
# MicroPython version will be contained in github.event.release.tag_name for releases
1313
RELEASE_FILE: pimoroni-badger2040-${{github.event.release.tag_name || github.sha}}-micropython

.github/workflows/micropython-picow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types: [created]
88

99
env:
10-
MICROPYTHON_VERSION: 699477d12d1aa1cb57ff6cfc3f5dc5e97524dbe6
10+
MICROPYTHON_VERSION: 67fac4ebc53db6337008ba06df7932faec80f57c
1111

1212
jobs:
1313
deps:

.github/workflows/micropython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types: [created]
88

99
env:
10-
MICROPYTHON_VERSION: 699477d12d1aa1cb57ff6cfc3f5dc5e97524dbe6
10+
MICROPYTHON_VERSION: 67fac4ebc53db6337008ba06df7932faec80f57c
1111

1212
jobs:
1313
deps:

0 commit comments

Comments
 (0)