We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4924e2b + f2dbcd4 commit 65112b5Copy full SHA for 65112b5
.github/workflows/arduino-lint.yml
@@ -6,7 +6,7 @@ jobs:
6
lint:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
10
- uses: arduino/arduino-lint-action@v1
11
with:
12
library-manager: update
.github/workflows/arduino_test_runner.yml
@@ -8,7 +8,7 @@ jobs:
- uses: ruby/setup-ruby@v1
13
14
ruby-version: 2.6
.github/workflows/jsoncheck.yml
@@ -10,7 +10,7 @@ jobs:
test:
- name: json-syntax-check
15
uses: limitusus/json-syntax-check@v1
16
0 commit comments