Skip to content

Commit 666a464

Browse files
committed
Revert "Pin task version to 3.9.0 because of the PATH on win bug (#1576)"
This reverts commit 55ad9ec.
1 parent 822134d commit 666a464

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: arduino/setup-task@v1
110110
with:
111111
repo-token: ${{ secrets.GITHUB_TOKEN }}
112-
version: 3.9.0
112+
version: 3.x
113113

114114
- name: Build Arduino CLI
115115
run: task go:build

Diff for: .github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: arduino/setup-task@v1
8484
with:
8585
repo-token: ${{ secrets.GITHUB_TOKEN }}
86-
version: 3.9.0
86+
version: 3.x
8787

8888
- name: Run tests
8989
run: task go:test

0 commit comments

Comments
 (0)