Skip to content

Commit 59623e2

Browse files
authored
Merge branch 'arduino-libraries:master' into master
2 parents 841c965 + 0664e67 commit 59623e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-arduino.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Arduino Lint
22-
uses: arduino/arduino-lint-action@v1
22+
uses: arduino/arduino-lint-action@v2
2323
with:
2424
compliance: specification
2525
library-manager: update

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name=NTPClient
22
version=3.2.1
33
author=Fabrice Weinberg
4-
maintainer=Fabrice Weinberg <[email protected]>
4+
maintainer=Arduino <[email protected]>
55
sentence=An NTPClient to connect to a time server
66
paragraph=Get time from a NTP server and keep it in sync.
77
category=Timing

0 commit comments

Comments
 (0)