Skip to content

Commit 6309212

Browse files
authored
Merge pull request #540 from arduino/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents eabd762 + edb06d4 commit 6309212

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-arduino.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

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

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176

177177
steps:
178178
- name: Checkout repository
179-
uses: actions/checkout@v3
179+
uses: actions/checkout@v4
180180

181181
- name: Compile examples
182182
uses: arduino/compile-sketches@v1

.github/workflows/spell-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

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

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

0 commit comments

Comments
 (0)