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
Copy file name to clipboardExpand all lines: .github/workflows/compile-examples.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ jobs:
96
96
97
97
# 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
98
98
- name: Checkout ArduinoCore-API
99
-
uses: actions/checkout@v2
99
+
uses: actions/checkout@v3
100
100
with:
101
101
repository: arduino/ArduinoCore-API
102
102
path: extras/ArduinoCore-API
@@ -111,7 +111,7 @@ jobs:
111
111
if: steps.checkapi.outputs.IS_API == 'true'
112
112
113
113
- name: Checkout Basic examples
114
-
uses: actions/checkout@v2
114
+
uses: actions/checkout@v3
115
115
with:
116
116
repository: arduino/arduino-examples
117
117
path: examples
@@ -164,7 +164,7 @@ jobs:
164
164
github-token: ${{ secrets.GITHUB_TOKEN }}
165
165
166
166
- name: Save memory usage change report as artifact
0 commit comments