File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
uses : arduino/setup-task@v1
103
103
with :
104
104
repo-token : ${{ secrets.GITHUB_TOKEN }}
105
- version : 3.x
105
+ version : 3.9.0
106
106
107
107
- name : Build the Agent for linux
108
108
run : task go:build
Original file line number Diff line number Diff line change 79
79
- name : Install Taskfile
80
80
uses : arduino/setup-task@v1
81
81
with :
82
- version : ' 3.x '
82
+ version : 3.9.0
83
83
repo-token : ${{ secrets.GITHUB_TOKEN }}
84
84
85
85
- name : Check the code is good
Original file line number Diff line number Diff line change 91
91
uses : arduino/setup-task@v1
92
92
with :
93
93
repo-token : ${{ secrets.GITHUB_TOKEN }}
94
- version : 3.x
94
+ version : 3.9.0
95
95
96
96
# build the agent without GUI support (no tray icon) for integration testing
97
97
- name : Build the Agent-cli
Original file line number Diff line number Diff line change 89
89
uses : arduino/setup-task@v1
90
90
with :
91
91
repo-token : ${{ secrets.GITHUB_TOKEN }}
92
- version : 3.x
92
+ version : 3.9.0
93
93
94
94
# https://github.com/getlantern/systray#linux
95
95
- name : Install Dependencies (Linux)
You can’t perform that action at this time.
0 commit comments