File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
34
34
- uses : actions/checkout@v4
35
35
with :
36
- repository : adafruit /ci-arduino
36
+ repository : brentru /ci-arduino
37
37
path : ci
38
38
- name : Checkout Board Definitions
39
39
uses : actions/checkout@v4
@@ -258,7 +258,7 @@ jobs:
258
258
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
259
259
- uses : actions/checkout@v4
260
260
with :
261
- repository : adafruit /ci-arduino
261
+ repository : brentru /ci-arduino
262
262
path : ci
263
263
- name : Checkout Board Definitions
264
264
uses : actions/checkout@v4
@@ -646,7 +646,7 @@ jobs:
646
646
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
647
647
- uses : actions/checkout@v4
648
648
with :
649
- repository : adafruit /ci-arduino
649
+ repository : brentru /ci-arduino
650
650
path : ci
651
651
- name : Checkout Board Definitions
652
652
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
1
name =Adafruit WipperSnapper
2
- version =1.0.0-beta.89
2
+ version =1.0.0-beta.90
3
3
author =Adafruit
4
4
maintainer =Adafruit <
[email protected] >
5
5
sentence =Arduino application for Adafruit.io WipperSnapper
Original file line number Diff line number Diff line change 142
142
#endif
143
143
144
144
#define WS_VERSION \
145
- " 1.0.0-beta.89 " // /< WipperSnapper app. version (semver-formatted)
145
+ " 1.0.0-beta.90 " // /< WipperSnapper app. version (semver-formatted)
146
146
147
147
// Reserved Adafruit IO MQTT topics
148
148
#define TOPIC_IO_THROTTLE " /throttle" // /< Adafruit IO Throttle MQTT Topic
You can’t perform that action at this time.
0 commit comments