Skip to content

Commit ecb8cce

Browse files
Merge pull request #3 from felixthecat8a/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 7f8a3c9 + df17d93 commit ecb8cce

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
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818

1919
- name: Arduino Lint
2020
uses: arduino/arduino-lint-action@v2

.github/workflows/compile-examples.yml

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

7373
steps:
7474
- name: Checkout repository
75-
uses: actions/checkout@v5
75+
uses: actions/checkout@v6
7676

7777
- name: Compile examples
7878
uses: arduino/compile-sketches@v1

.github/workflows/spell-check.yml

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

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

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

0 commit comments

Comments
 (0)