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.
1 parent 43b13f0 commit 511715cCopy full SHA for 511715c
.github/workflows/arduino.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
14
- name: Checkout repository
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
17
- name: Compile examples
18
uses: arduino/compile-sketches@v1
.github/workflows/platformio.yml
@@ -26,7 +26,7 @@ jobs:
26
matrix:
27
python-version: [3.7]
28
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
30
- name: Set up Python ${{ matrix.python-version }}
31
uses: actions/setup-python@v4
32
with:
@@ -51,7 +51,7 @@ jobs:
51
lint:
52
runs-on: ubuntu-latest
53
54
55
- uses: arduino/arduino-lint-action@v1
56
57
project-type: library
0 commit comments