d00f3e73f4
Add submission # 1541
...
https://github.com/arduino/library-registry/pull/1541
2022-06-27 11:23:26 +00:00
e68ecc85f9
Add submission # 1538
...
https://github.com/arduino/library-registry/pull/1538
2022-06-26 11:47:06 +00:00
e73bf2e4fb
Add submission # 1537
...
https://github.com/arduino/library-registry/pull/1537
2022-06-24 11:10:45 +00:00
3b082cc8b0
Add submission # 1535
...
https://github.com/arduino/library-registry/pull/1535
2022-06-23 14:16:36 +00:00
1217ed8bd4
Add submission # 1532
...
https://github.com/arduino/library-registry/pull/1532
2022-06-23 11:24:33 +00:00
7a60633be0
Add submission # 1531
...
https://github.com/arduino/library-registry/pull/1531
2022-06-23 11:18:43 +00:00
7948fa5c65
Add submission # 1530
...
https://github.com/arduino/library-registry/pull/1530
2022-06-23 06:22:55 +00:00
f2c3b22dff
Merge pull request #1526 from per1234/remove-Simple_Robot_Motor_Control
...
Remove "Simple_Robot_Motor_Control"
2022-06-22 17:47:26 +02:00
2303e646f6
Add submission # 1529
...
https://github.com/arduino/library-registry/pull/1529
2022-06-22 15:31:07 +00:00
7c59f89d46
Add submission # 1528
...
https://github.com/arduino/library-registry/pull/1528
2022-06-22 13:46:53 +00:00
f8a9cffca3
Add submission # 1527
...
https://github.com/arduino/library-registry/pull/1527
2022-06-22 12:41:15 +00:00
385dac6dc4
Remove "Simple_Robot_Motor_Control"
2022-06-21 08:16:25 -07:00
7c8db6e9c0
Add submission # 1524
...
https://github.com/arduino/library-registry/pull/1524
2022-06-21 14:12:17 +00:00
5e83771687
Add submission # 1523
...
https://github.com/arduino/library-registry/pull/1523
2022-06-21 13:14:59 +00:00
0ad28064c9
Add submission # 1519
...
https://github.com/arduino/library-registry/pull/1519
2022-06-21 12:04:00 +00:00
2d0946aeff
Add submission # 1522
...
https://github.com/arduino/library-registry/pull/1522
2022-06-21 12:00:48 +00:00
b29f9771c7
Add submission # 1521
...
https://github.com/arduino/library-registry/pull/1521
2022-06-21 10:47:04 +00:00
6ef4c14e88
Add submission # 1518
...
https://github.com/arduino/library-registry/pull/1518
2022-06-21 09:14:09 +00:00
775097e303
Add submission # 1517
...
https://github.com/arduino/library-registry/pull/1517
2022-06-21 06:15:13 +00:00
66535bb80c
Add submission # 1516
...
https://github.com/arduino/library-registry/pull/1516
2022-06-21 03:26:43 +00:00
a422b22d4c
Add submission # 1514
...
https://github.com/arduino/library-registry/pull/1514
2022-06-20 18:32:01 +00:00
db24ce0ede
Add submission # 1510
...
https://github.com/arduino/library-registry/pull/1510
2022-06-20 11:13:53 +00:00
fe13aafecd
Merge pull request #1490 from per1234/update-107-Arduino-Cyphal
...
Update name and URL of "107-Arduino-Cyphal"
2022-06-20 11:20:18 +02:00
f5590caa34
Merge pull request #1503 from per1234/rename-Adafruit_WipperSnapper
...
Update name of "Adafruit WipperSnapper"
2022-06-20 11:17:52 +02:00
2f0ff68f0b
Add submission # 1509
...
https://github.com/arduino/library-registry/pull/1509
2022-06-20 03:28:16 +00:00
b1c27228ef
Add submission # 1505
...
https://github.com/arduino/library-registry/pull/1505
2022-06-19 21:00:39 +00:00
8876520036
Add submission # 1504
...
https://github.com/arduino/library-registry/pull/1504
2022-06-18 19:42:11 +00:00
2a2782830f
Update name of "Adafruit WipperSnapper"
2022-06-17 13:36:56 -07:00
134fb6cf43
Add submission # 1501
...
https://github.com/arduino/library-registry/pull/1501
2022-06-17 12:33:40 +00:00
31615dd332
Add submission # 1500
...
https://github.com/arduino/library-registry/pull/1500
2022-06-17 04:33:27 +00:00
6b173ff9c9
Add submission # 1499
...
https://github.com/arduino/library-registry/pull/1499
2022-06-17 00:31:29 +00:00
ce4b8cd385
Add submission # 1498
...
https://github.com/arduino/library-registry/pull/1498
2022-06-16 23:31:31 +00:00
6db0cc95c2
Add submission # 1497
...
https://github.com/arduino/library-registry/pull/1497
2022-06-16 16:41:33 +00:00
c5d241950c
Add submission # 1495
...
https://github.com/arduino/library-registry/pull/1495
2022-06-15 20:02:41 +00:00
5cd36bf648
Add submission # 1494
...
https://github.com/arduino/library-registry/pull/1494
2022-06-15 18:03:11 +00:00
a4679c962a
Merge pull request #1471 from arduino/dependabot/github_actions/production/actions/setup-python-4
...
Bump actions/setup-python from 3 to 4
2022-06-14 09:34:17 -07:00
2dbd3a41bd
Use non-version specific reference URLs for tool version workflow variables
...
GitHub Actions actions are used by the workflows to set up development tools in the runner workspace.
In order to facilitate updates to new versions of these tools, we set the version to be set up via environment variables
at the top of the workflow.
Since this variable definition is separate from the step using the action, it might not be immediately apparent to the
maintainer which version syntaxes are supported. For this reason, comments were added with the URL to the relevant
section of the consuming action's documentation. Previously, these URLs were made to point to the version of the
documentation that matched the version of the action in use by the workflow. Since we only use a major version ref, the
expectation was that this would only need to be updated rarely. However, it turned out that the major version bump cycle
is significantly shorter than expected. In addition, it is easy to forget the update because action version update PRs
are provided by Dependabot, which obviously won't update the URLs in the comments.
So it will be best to use a URL that points to the documentation at the tip of the default branch of the action
repository. The likelihood of the documentation provided by this URL not matching the behavior of the release version of
the action in use is likely less than it is for an outdated URL.
2022-06-14 09:31:54 -07:00
8210f49e01
Add submission # 1493
...
https://github.com/arduino/library-registry/pull/1493
2022-06-14 13:50:15 +00:00
cf286073e2
Add submission # 1492
...
https://github.com/arduino/library-registry/pull/1492
2022-06-14 13:14:29 +00:00
be587af530
Add submission # 1491
...
https://github.com/arduino/library-registry/pull/1491
2022-06-14 13:10:02 +00:00
602adef6fc
Update name of "107-Arduino-Cyphal"
2022-06-14 04:36:29 -07:00
a1a8c63552
Update URL of "107-Arduino-UAVCAN"
2022-06-14 04:35:17 -07:00
f374a64866
Merge pull request #1477 from per1234/rename-ddns-nightly
...
Update name of "ddns-nightly"
2022-06-14 10:12:44 +02:00
02f279b740
Merge pull request #1478 from per1234/move-An7or-libs
...
Update URLs of An7or libraries
2022-06-14 09:55:26 +02:00
be9ec1f9a4
Add submission # 1488
...
https://github.com/arduino/library-registry/pull/1488
2022-06-14 01:40:23 +00:00
772d34f07b
Add submission # 1487
...
https://github.com/arduino/library-registry/pull/1487
2022-06-13 13:58:44 +00:00
91772dbaf1
Add submission # 1484
...
https://github.com/arduino/library-registry/pull/1484
2022-06-12 13:25:25 +00:00
982e077c39
Add submission # 1483
...
https://github.com/arduino/library-registry/pull/1483
2022-06-12 11:46:23 +00:00
55d4e79ea6
Add submission # 1482
...
https://github.com/arduino/library-registry/pull/1482
2022-06-12 08:46:59 +00:00
6db7dca3a7
Add submission # 1481
...
https://github.com/arduino/library-registry/pull/1481
2022-06-12 08:35:14 +00:00