Skip to content

Commit a7b9bba

Browse files
committed
downgrade task version to avoid regression
1 parent 7044511 commit a7b9bba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Task
2727
uses: arduino/setup-task@v2
2828
with:
29-
version: 3.x
29+
version: 3.42.1
3030

3131
- name: task generate
3232
run: |

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Task
2525
uses: arduino/setup-task@v2
2626
with:
27-
version: 3.x
27+
version: 3.42.1
2828

2929
- name: Read and validate VERSION
3030
id: version

0 commit comments

Comments
 (0)