Skip to content

Commit 4a36d00

Browse files
Giuseppe Lumiapolldo
Giuseppe Lumia
authored andcommitted
Revert "Pin Task version to 3.9.0" (#73)
This reverts commit 726f78e. The issue with environment variables on Windows has been fixed with the release of version 3.9.2.
1 parent 2ff0144 commit 4a36d00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: arduino/setup-task@v1
4040
with:
4141
repo-token: ${{ secrets.GITHUB_TOKEN }}
42-
version: 3.9.0
42+
version: 3.x
4343

4444
- name: Build
4545
run: task dist:all

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

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

9191
- name: Run tests
9292
env:

0 commit comments

Comments
 (0)