Skip to content

Commit 7eab9c6

Browse files
committed
pin task version in workflows running on windows
1 parent ccfa7ae commit 7eab9c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish-go-tester-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
uses: arduino/setup-task@v1
103103
with:
104104
repo-token: ${{ secrets.GITHUB_TOKEN }}
105-
version: 3.x
105+
version: 3.9.0
106106

107107
- name: Build the Agent for linux
108108
run: task go:build

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install Taskfile
8080
uses: arduino/setup-task@v1
8181
with:
82-
version: '3.x'
82+
version: 3.9.0
8383
repo-token: ${{ secrets.GITHUB_TOKEN }}
8484

8585
- name: Check the code is good

.github/workflows/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: arduino/setup-task@v1
9292
with:
9393
repo-token: ${{ secrets.GITHUB_TOKEN }}
94-
version: 3.x
94+
version: 3.9.0
9595

9696
# build the agent without GUI support (no tray icon) for integration testing
9797
- name: Build the Agent-cli

.github/workflows/test-go-task.yml

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

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

0 commit comments

Comments
 (0)