Skip to content

Commit 479dadb

Browse files
authored
Merge pull request #48 from matthias-bs/20260130-update-checkout-action
Update checkout action
2 parents 133e035 + f23e9fd commit 479dadb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Checkout repository
9090
if: ${{ env.run-build == 'true' }}
91-
uses: actions/checkout@v5
91+
uses: actions/checkout@v6
9292

9393
- name: Build examples
9494
if: ${{ env.run-build == 'true' }}

.github/workflows/arduino-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
lint:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
- uses: arduino/arduino-lint-action@v2
1010
with:
1111
library-manager: false

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
sudo apt-get update
1616
sudo apt-get install -y doxygen
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- name: Generate docs
2020
run: doxygen Doxyfile

0 commit comments

Comments
 (0)