Skip to content

Commit 78643ea

Browse files
committed
update GitHub actions
1 parent 01a95b7 commit 78643ea

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# These are supported funding model platforms
22

33
github: RobTillaart
4-
4+
custom: "https://www.paypal.me/robtillaart"

.github/workflows/arduino-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
21
name: Arduino-lint
32

43
on: [push, pull_request]
54
jobs:
65
lint:
76
runs-on: ubuntu-latest
7+
timeout-minutes: 5
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- uses: arduino/arduino-lint-action@v1
1111
with:
1212
library-manager: update
13-
compliance: strict
13+
compliance: strict
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
---
21
name: Arduino CI
32

43
on: [push, pull_request]
54

65
jobs:
76
runTest:
87
runs-on: ubuntu-latest
8+
timeout-minutes: 20
99

1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: ruby/setup-ruby@v1
1313
with:
1414
ruby-version: 2.6
1515
- run: |
1616
gem install arduino_ci
17-
arduino_ci.rb
17+
arduino_ci.rb

.github/workflows/jsoncheck.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 5
1213
steps:
13-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1415
- name: json-syntax-check
15-
uses: limitusus/json-syntax-check@v1
16+
uses: limitusus/json-syntax-check@v2
1617
with:
17-
pattern: "\\.json$"
18-
18+
pattern: "\\.json$"

0 commit comments

Comments
 (0)