You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# make board type-specific customizations to the matrix jobs
56
63
include:
@@ -106,11 +113,11 @@ jobs:
106
113
107
114
steps:
108
115
- name: Checkout repository
109
-
uses: actions/checkout@v3
116
+
uses: actions/checkout@v4
110
117
111
118
# 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
0 commit comments