Skip to content

Commit

Permalink
Revert "Pin task version in workflows running on windows (#677)" (#683)
Browse files Browse the repository at this point in the history
This reverts commit 320f7de.
  • Loading branch information
umbynos authored Dec 3, 2021
1 parent 1eefbc4 commit cd19382
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-go-tester-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
uses: arduino/setup-task@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.9.0
version: 3.x

- name: Build the Agent for linux
run: task go:build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install Taskfile
uses: arduino/setup-task@v1
with:
version: 3.9.0
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Check the code is good
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-go-integration-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
uses: arduino/setup-task@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.9.0
version: 3.x

# build the agent without GUI support (no tray icon) for integration testing
- name: Build the Agent-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: arduino/setup-task@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.9.0
version: 3.x

# https://github.com/getlantern/systray#linux
- name: Install Dependencies (Linux)
Expand Down

0 comments on commit cd19382

Please sign in to comment.