Skip to content

Commit 8efdfe0

Browse files
committed
Update actions/checkout to v4
1 parent d5329d9 commit 8efdfe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/compile-examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,11 @@ jobs:
198198
199199
steps:
200200
- name: Checkout repository
201-
uses: actions/checkout@v2
201+
uses: actions/checkout@v4
202202

203203
# The source files are in a subfolder of the ArduinoCore-API repository, so it's not possible to clone it directly to the final destination in the core
204204
- name: Checkout ArduinoCore-API
205-
uses: actions/checkout@v2
205+
uses: actions/checkout@v4
206206
with:
207207
repository: arduino/ArduinoCore-API
208208
path: ArduinoCore-API

0 commit comments

Comments
 (0)