We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 133e035 + f23e9fd commit 479dadbCopy full SHA for 479dadb
.github/workflows/CI.yml
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Checkout repository
90
if: ${{ env.run-build == 'true' }}
91
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
92
93
- name: Build examples
94
.github/workflows/arduino-lint.yml
@@ -5,7 +5,7 @@ jobs:
5
lint:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
9
- uses: arduino/arduino-lint-action@v2
10
with:
11
library-manager: false
.github/workflows/doxygen.yml
@@ -14,7 +14,7 @@ jobs:
14
run: |
15
sudo apt-get update
16
sudo apt-get install -y doxygen
17
18
19
- name: Generate docs
20
run: doxygen Doxyfile
0 commit comments