-
-
Notifications
You must be signed in to change notification settings - Fork 489
Commit 74c5801
Use arduino/setup-task@v1 action for Linux build job
Unfortunately the latest v2 version of the arduino/setup-task action used to install the Task task runner tool in the
runner machine has a dependency on a higher version of glibc than is provided by the Linux container. For this reason,
the workflow is configured to use arduino/setup-task@v1 for the Linux build job.
We will receive pull requests from Dependabot offering to update this outdated action dependency at each subsequent
major version release of the action (which are not terribly frequent). We must decline the bump of the action in that
specific step, but we can accept the bumps of all other usages of the action in the workflows. Dependabot remembers when
you decline a bump so this should not be too bothersome.1 parent 71bd189 commit 74c5801
1 file changed
+9
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 | + | ||
323 | 324 |
| |
324 | 325 |
| |
325 | 326 |
| |
326 | 327 |
| |
327 | 328 |
| |
329 | + | ||
330 | + | ||
331 | + | ||
332 | + | ||
333 | + | ||
334 | + | ||
335 | + | ||
336 | + | ||
328 | 337 |
| |
329 | 338 |
| |
330 | 339 |
| |
|
0 commit comments