Skip to content

Commit 713b2ed

Browse files
committed
update GitHub actions
1 parent e323750 commit 713b2ed

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/FUNDING.yml

+1-1
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

+3-3
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

.github/workflows/arduino_test_runner.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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

.github/workflows/jsoncheck.yml

+4-4
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$"

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2023 Rob Tillaart
3+
Copyright (c) 2019-2024 Rob Tillaart
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)