Skip to content

Commit 9253d5f

Browse files
authored
Merge pull request #6 from arduino-libraries/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents a1edaf1 + 9e09b0b commit 9253d5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-arduino.yml

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

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

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

.github/workflows/spell-check.yml

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

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

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

0 commit comments

Comments
 (0)