Skip to content

Commit 6d00783

Browse files
authored
Merge pull request #611 from arduino/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 87faf93 + 85d690c commit 6d00783

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-arduino.yml

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

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Arduino Lint
2222
uses: arduino/arduino-lint-action@v2

.github/workflows/compile-platform-examples.yml

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

215215
steps:
216216
- name: Checkout repository
217-
uses: actions/checkout@v5
217+
uses: actions/checkout@v6
218218

219219
- name: Compile examples
220220
uses: arduino/compile-sketches@v1

.github/workflows/spell-check.yml

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

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Spell check
2222
uses: codespell-project/actions-codespell@master

0 commit comments

Comments
 (0)